fix(DB/Item): Chest of Spoils loot (#2769)
* Gold will now be dropped from Chest of Spoils
This commit is contained in:
parent
f1b44029c8
commit
d380505106
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1584388048550524100');
|
||||
|
||||
UPDATE `item_template` SET `minMoneyLoot` = 600000, `maxMoneyLoot` = 1000000 WHERE `entry` = 20602;
|
||||
Loading…
Add table
Add a link
Reference in a new issue