mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/DS: added missing movement template data for Deathwing's cosmetic arm passengers
This commit is contained in:
6
sql/updates/world/4.3.4/2020_07_13_01_world.sql
Normal file
6
sql/updates/world/4.3.4/2020_07_13_01_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (57686, 57694, 57696, 57695);
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Flight`, `Rooted`) VALUES
|
||||
(57686, 1, 1),
|
||||
(57694, 1, 1),
|
||||
(57696, 1, 1),
|
||||
(57695, 1, 1);
|
||||
Reference in New Issue
Block a user