mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user