From 5249cacda35c30afcb36709bb39fc0aba86867ce Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 19 Oct 2020 00:31:03 +0300 Subject: DB/Creature: Remove waypoints from members of some formations (Sethekk Halls + Mana Tombs) (cherry picked from commit e3af6c04a46965c294007c5633e1aa6ae4ac772f) --- sql/updates/world/master/2022_02_28_37_world_2020_10_18_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2022_02_28_37_world_2020_10_18_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_02_28_37_world_2020_10_18_01_world.sql b/sql/updates/world/master/2022_02_28_37_world_2020_10_18_01_world.sql new file mode 100644 index 00000000000..ee79d666a9b --- /dev/null +++ b/sql/updates/world/master/2022_02_28_37_world_2020_10_18_01_world.sql @@ -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); -- cgit v1.2.3