chore(DB): import pending files

Referenced commit(s): 327135ef05
This commit is contained in:
AzerothCoreBot
2023-06-09 01:43:06 +00:00
parent 327135ef05
commit 6b846df6a3

View File

@@ -0,0 +1,12 @@
-- DB update 2023_06_08_00 -> 2023_06_09_00
--
DELETE FROM `creature_template_movement` WHERE (`CreatureId` IN (18176,18177,18178,18179,19897,19898,19899,19900));
INSERT INTO `creature_template_movement` (`CreatureId`, `Flight`, `Rooted`) VALUES
(18176, 1, 1),
(18177, 1, 1),
(18178, 1, 1),
(18179, 1, 1),
(19897, 1, 1),
(19898, 1, 1),
(19899, 1, 1),
(19900, 1, 1);