Rename optional_vanilla_models.sql to zz_optional_vanilla_models.sql

consistency
This commit is contained in:
Grimfeather
2025-05-11 14:34:56 +02:00
committed by GitHub
parent c2c4983183
commit 3ea00f7dfd

View File

@@ -1,6 +1,7 @@
/* Reverts creatures that had model changes post-Vanilla to their original models. /*
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. 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`=143 WHERE `CreatureID`=29 AND `Idx`=0;
UPDATE `creature_template_model` SET `CreatureDisplayID`=604 WHERE `CreatureID`=69 AND `Idx`=0; UPDATE `creature_template_model` SET `CreatureDisplayID`=604 WHERE `CreatureID`=69 AND `Idx`=0;