chore(DB): import pending files

Referenced commit(s): 2809f30007
This commit is contained in:
github-actions[bot]
2024-10-10 18:09:48 +00:00
parent 2809f30007
commit cfb3229bf1

View File

@@ -0,0 +1,5 @@
-- DB update 2024_10_09_00 -> 2024_10_10_00
DELETE FROM `creature_template_model` WHERE `CreatureID` = 23369;
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
(23369, 0, 1126, 1, 0, 51831),
(23369, 1, 16946, 1, 1, 51831);