Skip to content

Commit

Permalink
cleanup debug
Browse files Browse the repository at this point in the history
  • Loading branch information
laytya authored Nov 5, 2022
1 parent 870424a commit b5bc23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuestTracking.lua
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ end
local orig = GetQuestReward
GetQuestReward = function(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20)
local quest = string.gsub(GetTitleText(), "%[[0-9%+%-]+]%s", "")
printT({"GetQuestReward", GetTitleText(), quest} )

TourGuide:Debug( "GetQuestReward", quest)
TourGuide:CompleteQuest(quest, true)

Expand Down

0 comments on commit b5bc23f

Please sign in to comment.