mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/Creature: Restore incorrectly removed movement states
Ref6d3c01732d(cherry picked from commit6bbf734f40)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (16972,17035,17053,20069,20142);
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`,`Chase`,`Random`) VALUES
|
||||
(16972,1,0,0,0,0,0),
|
||||
(17035,1,0,0,0,0,0),
|
||||
(17053,1,0,0,0,0,0),
|
||||
(20069,1,0,0,0,0,0),
|
||||
(20142,1,0,0,0,0,0);
|
||||
Reference in New Issue
Block a user