chore(DB): import pending files

Referenced commit(s): 8904a13304
This commit is contained in:
github-actions[bot]
2024-11-10 11:42:19 +00:00
parent e2be8fb296
commit 60c6cbdeb8

View File

@@ -0,0 +1,5 @@
-- DB update 2024_11_09_03 -> 2024_11_10_00
--
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 24858;
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Flight`) VALUES
(24858, 1, 1);