DB/DS: added missing movement template data for Deathwing's cosmetic arm passengers

This commit is contained in:
Ovahlord
2020-07-13 14:29:37 +02:00
parent f8091d6aac
commit 56c3d0fa11

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