From cd04b6d9ed43539c21b9916fcdcb018782d14b99 Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:42:05 -0400 Subject: [PATCH] fix(DB/Creature): Adjust Teron Gorefiend's model data. (#20181) Init. --- data/sql/updates/pending_db_world/gorefiend-model-data.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/gorefiend-model-data.sql diff --git a/data/sql/updates/pending_db_world/gorefiend-model-data.sql b/data/sql/updates/pending_db_world/gorefiend-model-data.sql new file mode 100644 index 000000000..a4c90fb89 --- /dev/null +++ b/data/sql/updates/pending_db_world/gorefiend-model-data.sql @@ -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);