DB/Creature: Fix Sindragosa movements

Closes #22358

(cherry picked from commit 9ace4093d8cf67ba54912038f93fa42d3aa14b9c)
This commit is contained in:
Winchester1987
2021-10-23 21:59:22 +02:00
committed by Shauren
parent bb599a9521
commit 5424a787ca
@@ -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);