diff --git a/sql/world/base/optional_vanilla_models.sql b/sql/world/base/zz_optional_vanilla_models.sql similarity index 99% rename from sql/world/base/optional_vanilla_models.sql rename to sql/world/base/zz_optional_vanilla_models.sql index f93aa49..4954207 100644 --- a/sql/world/base/optional_vanilla_models.sql +++ b/sql/world/base/zz_optional_vanilla_models.sql @@ -1,6 +1,7 @@ -/* Reverts creatures that had model changes post-Vanilla to their original models. - There are a few exceptions due to some Vanilla models being removed from the game files. - */ +/* + Reverts creatures that had model changes post-Vanilla to their original models. + There are a few exceptions due to some Vanilla models being removed from the game files. +*/ UPDATE `creature_template_model` SET `CreatureDisplayID`=143 WHERE `CreatureID`=29 AND `Idx`=0; UPDATE `creature_template_model` SET `CreatureDisplayID`=604 WHERE `CreatureID`=69 AND `Idx`=0;