fix(DB/item): box of supplies not containing coin reward (#7020)

This commit is contained in:
Asthalor 2021-07-23 11:54:25 +02:00 committed by GitHub
parent cf104e01c6
commit 5fa73bcd49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626645229282661200');
UPDATE `item_template` SET `minMoneyLoot` = 100, `maxMoneyLoot` = 500 WHERE (`entry` = 6827);