mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Restore incorrectly removed movement states
Ref 6d3c01732d
This commit is contained in:
8
sql/updates/world/3.3.5/2021_01_04_15_world.sql
Normal file
8
sql/updates/world/3.3.5/2021_01_04_15_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user