Skip to content

Commit 1a05906

Browse files
authored
fix(DB/Creature): Correct model probabilities for various trigger creatures. (azerothcore#24610)
1 parent 37e5fc7 commit 1a05906

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
DELETE FROM `creature_template_model` WHERE `CreatureID` IN (17168, 17169, 17170, 17171, 17172, 17173, 17174, 17175, 17176, 25739);
2+
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
3+
(17168, 0, 15435, 1, 1, 51831),
4+
(17168, 1, 1126, 1, 0, 51831),
5+
(17169, 0, 15435, 1, 1, 51831),
6+
(17169, 1, 1126, 1, 0, 51831),
7+
(17170, 0, 15435, 1, 1, 51831),
8+
(17170, 1, 1126, 1, 0, 51831),
9+
(17171, 0, 15435, 1, 1, 51831),
10+
(17171, 1, 1126, 1, 0, 51831),
11+
(17172, 0, 15435, 1, 1, 51831),
12+
(17172, 1, 1126, 1, 0, 51831),
13+
(17173, 0, 15435, 1, 1, 51831),
14+
(17174, 0, 15435, 1, 1, 51831),
15+
(17175, 0, 15435, 1, 0, 51831),
16+
(17176, 0, 15435, 1, 0, 51831),
17+
(25739, 0, 169, 1, 0, 51831),
18+
(25739, 1, 23343, 1, 1, 51831);

0 commit comments

Comments
 (0)