aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2022_01_21_32_world_2020_07_08_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_21_32_world_2020_07_08_00_world.sql b/sql/updates/world/master/2022_01_21_32_world_2020_07_08_00_world.sql
new file mode 100644
index 00000000000..96240f33a57
--- /dev/null
+++ b/sql/updates/world/master/2022_01_21_32_world_2020_07_08_00_world.sql
@@ -0,0 +1,4 @@
+-- Path and formation added but aren't used
+UPDATE `creature` SET `MovementType` = 2 WHERE `id` = 1437;
+-- Creatures will never use dist and angle without movement(these shouldn't move)
+UPDATE `creature_formations` SET `dist` = 0, `angle` = 0 WHERE `leaderGUID` IN (54579,138249,138252);