chore(DB): import pending files

Referenced commit(s): 9a854e8da1
This commit is contained in:
AzerothCoreBot
2023-06-21 18:38:11 +00:00
parent 9a854e8da1
commit 4d3756262d

View File

@@ -1,3 +1,4 @@
-- DB update 2023_06_18_03 -> 2023_06_21_00
DELETE FROM `creature_template_movement` WHERE (`CreatureId` = 22355);
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(22355, 1, 0, 0, 1, 0, 0, 0);