Skip to content

Commit

Permalink
fix(DB/Creature): Adjust Teron Gorefiend's model data. (azerothcore#2…
Browse files Browse the repository at this point in the history
…0181)

Init.
  • Loading branch information
heyitsbench authored Oct 11, 2024
1 parent a8a59ec commit cd04b6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/sql/updates/pending_db_world/gorefiend-model-data.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit cd04b6d

Please sign in to comment.