fix(DB/Creature): add pre-cata equipment to 2 creatures (#9142)

TC & VMangos Cherry Pick
This commit is contained in:
acidmanifesto
2021-11-15 18:31:41 +01:00
committed by GitHub
parent 64bce46d36
commit b56adec93d

View File

@@ -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;