chore(DB): import pending files

Referenced commit(s): 6ff0e8e55b
This commit is contained in:
github-actions[bot]
2025-12-27 03:13:10 +00:00
parent 6ff0e8e55b
commit 914f0f9b13

View File

@@ -0,0 +1,7 @@
-- DB update 2025_12_26_11 -> 2025_12_27_00
DELETE FROM `creature_template_model` WHERE `CreatureID` = 29134;
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
(29134, 0, 6302, 1, 1, 51831),
(29134, 1, 1924, 1, 0, 51831),
(29134, 2, 2176, 1, 0, 51831),
(29134, 3, 304, 1, 0, 51831);