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