From 5f99e3eb5ad2e85d70424bb6c31c40b08b03abdb Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 8 Jul 2020 17:28:26 +0200 Subject: DB/Creature: Enable Thomas Booker's movement & formation and remove useless dist and angle from some formations Closes #24926 (cherry picked from commit 79c269c161e66c8c1903160723e4fca12e40f360) --- sql/updates/world/master/2022_01_21_32_world_2020_07_08_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2022_01_21_32_world_2020_07_08_00_world.sql (limited to 'sql') 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); -- cgit v1.2.3