fix(DB/item): box of supplies not containing coin reward (#7020)
This commit is contained in:
parent
cf104e01c6
commit
5fa73bcd49
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626645229282661200');
|
||||
|
||||
UPDATE `item_template` SET `minMoneyLoot` = 100, `maxMoneyLoot` = 500 WHERE (`entry` = 6827);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue