chore(DB): import pending files

Referenced commit(s): b1e831187c
This commit is contained in:
AzerothCoreBot
2022-09-06 18:07:16 +00:00
parent b1e831187c
commit d0a5c0f9fe

View File

@@ -1,3 +1,4 @@
-- DB update 2022_09_06_02 -> 2022_09_06_03
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 8964;
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES (8964, 1, 0, 2, 0, 0, 0, NULL); -- Sets the drakes to be flying.