mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/Creature): Adjust model probability for Whirling Blade trigger creatures. (#20177)
Init.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `creature_template_model` WHERE `CreatureID` = 23369;
|
||||
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
|
||||
(23369, 0, 1126, 1, 0, 51831),
|
||||
(23369, 1, 16946, 1, 1, 51831);
|
||||
Reference in New Issue
Block a user