DB/Creature: Fix Sindragosa movements

Closes #22358
This commit is contained in:
Winchester1987
2018-09-01 15:29:02 +02:00
committed by Aokromes
parent 6643f6de3e
commit ee8f5f0748

View File

@@ -0,0 +1,7 @@
--
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (36853, 38265, 38266, 38267);
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
(36853, 1, 0, 2, 0),
(38265, 1, 0, 2, 0),
(38266, 1, 0, 2, 0),
(38267, 1, 0, 2, 0);