mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
4
sql/updates/world/3.3.5/2021_10_30_00_world_335.sql
Normal file
4
sql/updates/world/3.3.5/2021_10_30_00_world_335.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user