chore(DB): import pending files

Referenced commit(s): b20406cd2c
This commit is contained in:
github-actions[bot]
2026-07-22 19:14:48 +00:00
parent b20406cd2c
commit f69161bcfa

View File

@@ -0,0 +1,7 @@
-- DB update 2026_07_22_12 -> 2026_07_22_13
DELETE FROM `creature_template_model` WHERE `CreatureID` IN (34129, 34153);
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
(34129, 0, 169, 1, 0, 51831),
(34129, 1, 23258, 1, 1, 51831),
(34153, 0, 169, 1, 0, 51831),
(34153, 1, 23258, 1, 1, 51831);