DB/Creature: Fix Sindragosa movements
Closes #22358 (cherry picked from commit 9ace4093d8cf67ba54912038f93fa42d3aa14b9c)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user