1
0
Bifurcation 0

OK, something is not going right.

Cette révision appartient à :
Nathanial.C.Jones 2011-01-21 02:25:58 +00:00
Parent 7023fed46f
révision 02182cf8c5
1 fichiers modifiés avec 5 ajouts et 0 suppressions

Voir le fichier

@ -523,6 +523,11 @@ local function LootOpened()
else
--if debug_output then QuestHelper:TextOut("Who knows") end -- ugh
local loc = GetLoc()
assert(loc.delayed)
assert(loc.c)
assert(loc.z)
assert(loc.x)
assert(loc.y)
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