aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-10-19 00:31:03 +0300
committeroffl <offl@users.noreply.github.com>2020-10-19 00:31:03 +0300
commite3af6c04a46965c294007c5633e1aa6ae4ac772f (patch)
treeab0049df0966d7878abf38486e498afe4f3fbe83
parent0fedd2917f2bdc76aae40e234e029e70d10c6f87 (diff)
DB/Creature: Remove waypoints from members of some formations (Sethekk Halls + Mana Tombs)
-rw-r--r--sql/updates/world/3.3.5/2020_10_18_01_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_10_18_01_world.sql b/sql/updates/world/3.3.5/2020_10_18_01_world.sql
new file mode 100644
index 00000000000..ee79d666a9b
--- /dev/null
+++ b/sql/updates/world/3.3.5/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);