Skip to content

Commit

Permalink
Fixes #141
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Dec 9, 2018
1 parent 734c346 commit fe07e28
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Components/AutoTurnIn.lua
Expand Up @@ -340,13 +340,13 @@ function module.QUEST_COMPLETE()
UpgradeAmmount = (QuestItemTrueiLVL - EquipedLevel)
end
end
end

-- Check if it is a weapon, do this last incase it only rewards one item
if slot[1] == 'MainHandSlot' or slot[1] == 'SecondaryHandSlot' then
QuestRewardsWeapon = 'weapon'
elseif slot[1] == 'Trinket0Slot' then
QuestRewardsWeapon = 'trinket'
-- Check if it is a weapon, do this last incase it only rewards one item
if slot[1] == 'MainHandSlot' or slot[1] == 'SecondaryHandSlot' then
QuestRewardsWeapon = 'weapon'
elseif slot[1] == 'Trinket0Slot' then
QuestRewardsWeapon = 'trinket'
end
end
end

Expand Down

0 comments on commit fe07e28

Please sign in to comment.