diff --git a/Updates/0038_LH-20180703023407_world.sql b/Updates/0038_LH-20180703023407_world.sql index 6b24c233a..d2e57244a 100644 --- a/Updates/0038_LH-20180703023407_world.sql +++ b/Updates/0038_LH-20180703023407_world.sql @@ -7,7 +7,7 @@ -- update spell_template set castingtimeindex = 1 where id = 1804; -- Worn Junkbox should contain a few copper. -UPDATE `item_template` SET `minMoneyLoot`=5, `maxMoneyLoot`=15 WHERE `entry`=16883; +UPDATE `item_template` SET `minMoneyLoot`=100, `maxMoneyLoot`=200 WHERE `entry`=16883; REPLACE INTO `reference_loot_template_names` (`entry`, `name`) VALUES (16883, 'Worn Junkbox (16883) - (Daggers, Rings, Patterns, Poisons)'); diff --git a/Updates/0043_LH-20180710193231_world.sql b/Updates/0043_LH-20180710193231_world.sql index 69d27f6ed..a38ac4cc4 100644 --- a/Updates/0043_LH-20180710193231_world.sql +++ b/Updates/0043_LH-20180710193231_world.sql @@ -16,10 +16,6 @@ -- https://web.archive.org/web/20071013103143/http://thottbot.com:80/i16884 UPDATE `item_template` SET `minMoneyLoot`=200, `maxMoneyLoot`=300 WHERE `entry`=16884; --- Loot for Sturdy Junkbox. --- Sturdy Junkbox should contain a few copper. -UPDATE `item_template` SET `minMoneyLoot`=5, `maxMoneyLoot`=15 WHERE `entry`=16884; - REPLACE INTO `reference_loot_template_names` (`entry`, `name`) VALUES (16884, 'Sturdy Junkbox (16884) - (Daggers, Jewellery, Patterns, Poisons)'); diff --git a/Updates/0045_LH-20180711115217_world.sql b/Updates/0045_LH-20180711115217_world.sql index 566575a69..1724bdf72 100644 --- a/Updates/0045_LH-20180711115217_world.sql +++ b/Updates/0045_LH-20180711115217_world.sql @@ -49,7 +49,7 @@ And one time I got a heavy junkbox with a Dragonscale Band... thought it was a b -- Loot for Heavy Junkbox. -- Heavy Junkbox should contain a few copper. -UPDATE `item_template` SET `minMoneyLoot`=150, `maxMoneyLoot`=600 WHERE `entry`=16885; +UPDATE `item_template` SET `minMoneyLoot`=300, `maxMoneyLoot`=600 WHERE `entry`=16885; REPLACE INTO `reference_loot_template_names` (`entry`, `name`) VALUES (16885, 'Heavy Junkbox (16885) - (Daggers, Jewellery, Patterns, Poisons)');