mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(DB/Movement): Unpopulated rows from previous PRs. (#15292)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- Sindragosa (NullCreature)
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 37755;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
|
||||
(37755, 0, 0, 2, 0, 0, 0, 0);
|
||||
|
||||
-- Column Ornament
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 29754;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
|
||||
(29754, 0, 0, 1, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user