Skip to content

Commit

Permalink
Fix for initial character load mapping error
Browse files Browse the repository at this point in the history
  • Loading branch information
cralor committed May 31, 2018
1 parent e7d8f96 commit 39db874
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mapping.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ end

function TourGuide:MapPfQuestNPC(qid, action)
if not self.db.char.mapquestgivers then return end
if not qid then return false end

local unitId, objectId = "UNKNOWN", "UNKNOWN"
local loc, qid = GetLocale(), tonumber(qid)
local title = pfDB.quests.loc[qid]["T"]
Expand Down

0 comments on commit 39db874

Please sign in to comment.