DB/Creature: Remove waypoints from members of some formations (Sethekk Halls + Mana Tombs)

(cherry picked from commit e3af6c04a4)
This commit is contained in:
offl
2020-10-19 00:31:03 +03:00
committed by Shauren
parent 5ec4246bb8
commit 5249cacda3

View File

@@ -0,0 +1,4 @@
--
UPDATE `creature` SET `MovementType` = 0 WHERE `guid` IN (83246,83302,83315,91241,91173);
DELETE FROM `waypoint_data` WHERE `id` IN (832460,833020,833150,912410,911730);
DELETE FROM `creature_addon` WHERE `guid` IN (83246,83302,83315,91241,91173);