Skip to content

Commit 16e4418

Browse files
committed
[0043] Remove bad copypasta from prev chest
Chest Gold Loot
1 parent 3e8b871 commit 16e4418

3 files changed

+2
-6
lines changed

Updates/0038_LH-20180703023407_world.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-- update spell_template set castingtimeindex = 1 where id = 1804;
88

99
-- Worn Junkbox should contain a few copper.
10-
UPDATE `item_template` SET `minMoneyLoot`=5, `maxMoneyLoot`=15 WHERE `entry`=16883;
10+
UPDATE `item_template` SET `minMoneyLoot`=100, `maxMoneyLoot`=200 WHERE `entry`=16883;
1111

1212
REPLACE INTO `reference_loot_template_names` (`entry`, `name`) VALUES
1313
(16883, 'Worn Junkbox (16883) - (Daggers, Rings, Patterns, Poisons)');

Updates/0043_LH-20180710193231_world.sql

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
-- https://web.archive.org/web/20071013103143/http://thottbot.com:80/i16884
1717
UPDATE `item_template` SET `minMoneyLoot`=200, `maxMoneyLoot`=300 WHERE `entry`=16884;
1818

19-
-- Loot for Sturdy Junkbox.
20-
-- Sturdy Junkbox should contain a few copper.
21-
UPDATE `item_template` SET `minMoneyLoot`=5, `maxMoneyLoot`=15 WHERE `entry`=16884;
22-
2319
REPLACE INTO `reference_loot_template_names` (`entry`, `name`) VALUES
2420
(16884, 'Sturdy Junkbox (16884) - (Daggers, Jewellery, Patterns, Poisons)');
2521

Updates/0045_LH-20180711115217_world.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ And one time I got a heavy junkbox with a Dragonscale Band... thought it was a b
4949

5050
-- Loot for Heavy Junkbox.
5151
-- Heavy Junkbox should contain a few copper.
52-
UPDATE `item_template` SET `minMoneyLoot`=150, `maxMoneyLoot`=600 WHERE `entry`=16885;
52+
UPDATE `item_template` SET `minMoneyLoot`=300, `maxMoneyLoot`=600 WHERE `entry`=16885;
5353

5454
REPLACE INTO `reference_loot_template_names` (`entry`, `name`) VALUES
5555
(16885, 'Heavy Junkbox (16885) - (Daggers, Jewellery, Patterns, Poisons)');

0 commit comments

Comments
 (0)