Skip to content

Commit

Permalink
[0043] Remove bad copypasta from prev chest
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS committed Jun 24, 2023
1 parent 3e8b871 commit 4ce1483
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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

0 comments on commit 4ce1483

Please sign in to comment.