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

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