diff options
-rw-r--r-- | sql/updates/world/3.3.5/2021_10_30_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_10_30_00_world_335.sql b/sql/updates/world/3.3.5/2021_10_30_00_world_335.sql new file mode 100644 index 00000000000..1ef6512c8de --- /dev/null +++ b/sql/updates/world/3.3.5/2021_10_30_00_world_335.sql @@ -0,0 +1,4 @@ +-- Ancient creature_equip_template with item models, first found item with that model +UPDATE `creature_equip_template` SET `ItemID1` = 1907, `ItemID2` = 0, `VerifiedBuild` = -1 WHERE `CreatureID` = 3203; +-- Vmangos +UPDATE `creature_equip_template` SET `ItemID1` = 2177, `VerifiedBuild` = 31727 WHERE `CreatureID` = 4667; |