mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
fix(DB/creature_template_model): Adjust Nature Bomb model (#26708)
Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `creature_template_model` WHERE `CreatureID` IN (34129, 34153);
|
||||
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
|
||||
(34129, 0, 169, 1, 0, 51831),
|
||||
(34129, 1, 23258, 1, 1, 51831),
|
||||
(34153, 0, 169, 1, 0, 51831),
|
||||
(34153, 1, 23258, 1, 1, 51831);
|
||||
Reference in New Issue
Block a user