mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/Creature: Remove waypoints from members of some formations (Sethekk Halls + Mana Tombs)
(cherry picked from commit e3af6c04a4)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user