fix(DB/Movement): Unpopulated rows from previous PRs. (#15292)

This commit is contained in:
avarishd
2023-03-07 19:44:37 +02:00
committed by GitHub
parent 3ebf42887b
commit 4958c37943

View File

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