From 5a3c9c46f654c1cecf4aebb2c53e58e220c7aead Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 30 Oct 2021 19:41:24 +0300 Subject: DB/Creature: Add pre-cata equipment to 2 creatures Closes #27209 --- sql/updates/world/3.3.5/2021_10_30_00_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_10_30_00_world_335.sql (limited to 'sql') 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; -- cgit v1.2.3