fix(DB/Creature): Use correct model probabilities for Vrykul Harpoon Gun (#26881)

This commit is contained in:
Gultask
2026-07-31 06:01:26 -03:00
committed by GitHub
parent 9963e60396
commit 0c42af162a

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `creature_template_model` WHERE (`CreatureID` = 24701);
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
(24701, 1, 17188, 1, 0, 51831),
(24701, 0, 22522, 1, 1, 51831);