fix(DB/Creature): Correct model probabilities for Explosive Decoy's Brown Rabbit. (#24222)
This commit is contained in:
parent
d025568b65
commit
6ff0e8e55b
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue