mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(DB/creature): Remove 1.X-era mobs from Mirror Lake Orchid (#15234)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user