DB/Creature: Remove wrong spawns summoned by Nexus-Prince Shaffar

Closes #24325

(cherry picked from commit 05aeb142a8)
This commit is contained in:
Jinnaix
2020-03-17 20:30:37 +01:00
committed by Shauren
parent cc1c67183f
commit d3a4dd0df9

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `creature` WHERE `id`=18431;
DELETE FROM `linked_respawn` WHERE `guid` IN (91131,91132,91133);