mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/Creature): add pre-cata equipment to 2 creatures (#9142)
TC & VMangos Cherry Pick
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1636665257418709911');
|
||||
|
||||
-- Ancient creature_equip_template with item models, first found item with that model
|
||||
UPDATE `creature_equip_template` SET `ItemID1`='1907', `ItemID2`='0' WHERE `CreatureID`=3203 AND `ID`=1;
|
||||
|
||||
-- Vmangos
|
||||
UPDATE `creature_equip_template` SET `ItemID1`='2177', `VerifiedBuild`='31727' WHERE `CreatureID`=4667 AND `ID`=1;
|
||||
Reference in New Issue
Block a user