DB/Creature: Enable Thomas Booker's movement & formation and remove useless dist and angle from some formations

Closes #24926

(cherry picked from commit 79c269c161)
This commit is contained in:
offl
2020-07-08 17:28:26 +02:00
committed by Shauren
parent a0e5f9db7e
commit 5f99e3eb5a

View File

@@ -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);