From 3ea00f7dfd217b5ba6c3d5705a687b91467c52aa Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sun, 11 May 2025 14:34:56 +0200 Subject: [PATCH] Rename optional_vanilla_models.sql to zz_optional_vanilla_models.sql consistency --- ...l_vanilla_models.sql => zz_optional_vanilla_models.sql} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename sql/world/base/{optional_vanilla_models.sql => zz_optional_vanilla_models.sql} (99%) 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;