fix(DB/creature): Remove 1.X-era mobs from Mirror Lake Orchid (#15234)

This commit is contained in:
neifion-00000000 2023-03-04 14:37:46 -06:00 committed by GitHub
parent d6152df5a4
commit d8b9df2a2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);