1
0
Bifurcation 0

Fixed the issue that was causing issue 350... Without reverting to pre-elders code. :D

Cette révision appartient à :
Nathanial.C.Jones 2011-07-16 21:46:53 +00:00
Parent 1ed59e66dc
révision 968ea9be11
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -76,7 +76,7 @@ end
local msfires = {desc = QHText("FIND_CUSTOM_LOCATION"), tracker_desc = QHText("FIND_CUSTOM_LOCATION")}
local function QH_FindCoord(locx, locy, locz, label)
if not type(locz) == "number" then -- If it is a number, we are probably doing an elder right now.
if type(locz) ~= "number" then -- If it is a number, we are probably doing an elder right now.
for z, nam in pairs(QuestHelper_NameLookup) do
if nam:lower():find(locz:lower()) then
locz = z