fix(DB/creature): Remove 1.X-era mobs from Mirror Lake Orchid (#15234)
This commit is contained in:
parent
d6152df5a4
commit
d8b9df2a2d
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
-- Remove 1.X mobs that are not in wotlk
|
||||
DELETE FROM creature where guid IN (80391, 80392, 80393, 80394, 80396, 80397, 80399, 80400, 80401, 80402, 80403, 80404, 80405) AND id1 IN(116, 94);
|
||||
Loading…
Add table
Add a link
Reference in a new issue