1
0
Bifurcation 0

Fixed a 'nil' error.

Cette révision appartient à :
Nathanial.C.Jones 2011-01-21 02:07:28 +00:00
Parent 345b6584ce
révision 29cc59de3a
1 fichiers modifiés avec 1 ajouts et 0 suppressions

Voir le fichier

@ -523,6 +523,7 @@ local function LootOpened()
else
--if debug_output then QuestHelper:TextOut("Who knows") end -- ugh
local loc = GetLoc()
if not QHC.worldloot then QHC.worldloot = {} end
if not QHC.worldloot[loc.delayed] then QHC.fishing[loc.delayed] = {} end
if not QHC.worldloot[loc.delayed][loc.c] then QHC.fishing[loc.delayed][loc.c] = {} end
if not QHC.worldloot[loc.delayed][loc.c][loc.z] then QHC.fishing[loc.delayed][loc.c][loc.z] = {} end