mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Creature): Correct model probabilities for Explosive Decoy's Brown Rabbit. (#24222)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user