fix(DB/Creature): Correct model probabilities for Explosive Decoy's Brown Rabbit. (#24222)

This commit is contained in:
Benjamin Jackson
2025-12-26 22:10:55 -05:00
committed by GitHub
parent d025568b65
commit 6ff0e8e55b

View File

@@ -0,0 +1,6 @@
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);