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:
parent
9821a930e8
commit
357148a763
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue