Skip to content

Commit

Permalink
Fix Waylaid Supplies: Deadly Scopes wrong Gold reward
Browse files Browse the repository at this point in the history
  • Loading branch information
saimpot committed Mar 21, 2024
1 parent f416615 commit ba63e63
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions WaylaidSuppliesGoldCost.lua
Original file line number Diff line number Diff line change
Expand Up @@ -773,16 +773,6 @@ local WaylaidSuppliesInfo = {
WaylaidRewardsInfo[35]["experienceAwarded"],
WaylaidRewardsInfo[35]["givesRepUntil"]
},
-- Waylaid Supplies: Deadly Scopes
-- @url https://www.wowhead.com/classic/item=215403/
[215403] = {
10546,
2,
WaylaidRewardsInfo[35]["reputationAwarded"],
WaylaidRewardsInfo[35]["currencyAwarded"],
WaylaidRewardsInfo[35]["experienceAwarded"],
WaylaidRewardsInfo[35]["givesRepUntil"]
},
-- Waylaid Supplies: Elixirs of Agility
-- @url https://www.wowhead.com/classic/item=215395/
[215395] = {
Expand Down Expand Up @@ -865,6 +855,17 @@ local WaylaidSuppliesInfo = {
},

-- Level 40

-- Waylaid Supplies: Deadly Scopes
-- @url https://www.wowhead.com/classic/item=215403/
[215403] = {
10546,
2,
WaylaidRewardsInfo[40]["reputationAwarded"],
WaylaidRewardsInfo[40]["currencyAwarded"],
WaylaidRewardsInfo[40]["experienceAwarded"],
WaylaidRewardsInfo[40]["givesRepUntil"]
},
-- Waylaid Supplies: Elixirs of Greater Defense
-- @url https://www.wowhead.com/classic/item=215396/
[215396] = {
Expand Down
2 changes: 1 addition & 1 deletion WaylaidSuppliesGoldCost.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Author: Gressil
## SavedVariables: WaylaidSuppliesGoldCostDB
## OptionalDeps: TradeSkillMaster, Auctionator
## Version: 1.4.6
## Version: 1.4.7

ItemDB\Chaos Bolt-EU_DB.lua
ItemDB\Chaos Bolt-US_DB.lua
Expand Down

0 comments on commit ba63e63

Please sign in to comment.