Skip to content

Commit

Permalink
[0043] Remove bad copypasta from prev chest
Browse files Browse the repository at this point in the history
Chest Gold Loot
  • Loading branch information
AnonXS committed Jun 24, 2023
1 parent 3e8b871 commit 16e4418
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Updates/0038_LH-20180703023407_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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)');
Expand Down
4 changes: 0 additions & 4 deletions Updates/0043_LH-20180710193231_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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)');

Expand Down
2 changes: 1 addition & 1 deletion Updates/0045_LH-20180711115217_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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)');
Expand Down

0 comments on commit 16e4418

Please sign in to comment.