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);