From 4ce14831d134e247576731d8e019f46e7e55c77c Mon Sep 17 00:00:00 2001 From: AnonXS Date: Sat, 24 Jun 2023 21:22:33 +0200 Subject: [PATCH] [0043] Remove bad copypasta from prev chest --- Updates/0038_LH-20180703023407_world.sql | 2 +- Updates/0043_LH-20180710193231_world.sql | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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)');