fix(DB/Creature): add pre-cata equipment to 2 creatures (#9142)
TC & VMangos Cherry Pick
This commit is contained in:
parent
64bce46d36
commit
b56adec93d
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue