fix(DB/Creature)> Remove the Spire Frostwyrm remnant in alliance side (#15838)

This commit is contained in:
speedrunz
2023-04-06 10:18:10 +08:00
committed by GitHub
parent 34eafefb6f
commit 5e7f7c49be

View File

@@ -0,0 +1,2 @@
DELETE FROM `creature` WHERE (`id1` = 37230) AND (`guid` IN (247157));
DELETE FROM `creature_movement_override` WHERE `SpawnId`=247157;