fix(DB/Item): Chest of Spoils loot (#2769)

* Gold will now be dropped from Chest of Spoils
This commit is contained in:
Kitzunu
2020-04-28 12:00:21 +02:00
committed by GitHub
parent f1b44029c8
commit d380505106

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1584388048550524100');
UPDATE `item_template` SET `minMoneyLoot` = 600000, `maxMoneyLoot` = 1000000 WHERE `entry` = 20602;