DB/Creature: Restore incorrectly removed movement states

Ref 6d3c01732d
This commit is contained in:
offl
2021-01-04 19:59:37 +02:00
parent 0e3b28c02d
commit 6bbf734f40

View File

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