fix(DB/item_template): Add coin loot to fishing trunks (#5772)

Co-authored-by: Silker <61223313+Si1ker@users.noreply.github.com>
This commit is contained in:
Necropola
2021-05-12 10:52:29 +02:00
committed by GitHub
parent 9821a930e8
commit 357148a763

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1620674399849229322');
UPDATE `item_template` SET `minMoneyLoot`=50, `maxMoneyLoot`=100 WHERE `entry`=20708; -- Tightly Sealed Trunk
UPDATE `item_template` SET `minMoneyLoot`=100, `maxMoneyLoot`=200 WHERE `entry` IN (
21113, -- Watertight Trunk
21150, -- Iron Bound Trunk
21228); -- Mithril Bound Trunk