mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Enable Thomas Booker's movement & formation and remove useless dist and angle from some formations
Closes #24926
This commit is contained in:
4
sql/updates/world/3.3.5/2020_07_08_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2020_07_08_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user