chore(DB): import pending files

Referenced commit(s): cbfd00a37c
This commit is contained in:
github-actions[bot]
2025-10-12 14:58:45 +00:00
parent cbfd00a37c
commit 717379628b

View File

@@ -0,0 +1,23 @@
-- DB update 2025_10_12_04 -> 2025_10_12_05
DELETE FROM `creature_template_model` WHERE `CreatureID` IN (10184, 11262, 12758, 28681, 30084, 30161, 30245, 30248, 30249, 30282, 30592, 32295, 36561);
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
(10184, 0, 8570, 1, 0, 51831),
(11262, 0, 397, 1, 0, 51831),
(12758, 0, 11686, 1, 0, 51831),
(28681, 0, 26131, 1, 0, 51831),
(30084, 0, 26753, 1, 0, 51831),
(30161, 0, 25835, 1, 1, 51831),
(30245, 0, 24316, 1, 1, 51831),
(30245, 1, 24317, 1, 1, 51831),
(30245, 2, 24318, 1, 1, 51831),
(30245, 3, 24319, 1, 1, 51831),
(30248, 0, 26876, 1, 0, 51831),
(30249, 0, 24316, 1, 1, 51831),
(30249, 1, 24317, 1, 1, 51831),
(30249, 2, 24318, 1, 1, 51831),
(30249, 3, 24319, 1, 1, 51831),
(30282, 0, 14501, 1, 0, 51831),
(30592, 0, 169, 1, 0, 51831),
(30592, 1, 11686, 1, 1, 51831),
(32295, 0, 27569, 1, 1, 51831),
(36561, 0, 12891, 1, 0, 51831);