Skip to content

Commit

Permalink
mistype
Browse files Browse the repository at this point in the history
  • Loading branch information
cralor committed May 30, 2018
1 parent e924a93 commit e7d8f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mapping.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function TourGuide:MapPfQuestNPC(qid, action)
unitId = uid
end
elseif qLookup[qid]["end"]["O"] then -- Object
for _, oid in pairs(qLookup[qid]["start"]["O"]) do
for _, oid in pairs(qLookup[qid]["end"]["O"]) do
objectId = oid
end
end
Expand Down

0 comments on commit e7d8f96

Please sign in to comment.