fix(DB/Creature): Adjust Teron Gorefiend's model data. (#20181)

Init.
This commit is contained in:
Benjamin Jackson
2024-10-11 13:42:05 -04:00
committed by GitHub
parent a8a59ec7e2
commit cd04b6d9ed

View File

@@ -0,0 +1,4 @@
DELETE FROM `creature_template_model` WHERE `CreatureID` = 22871;
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
(22871, 0, 21254, 1, 0, 51831),
(22871, 1, 21262, 1, 1, 51831);