1
0
Bifurcation 0

OK, I think hearth collection is done (for now).

Cette révision appartient à :
Nathanial.C.Jones 2011-01-29 03:00:43 +00:00
Parent de3585db04
révision c9aecb001e
1 fichiers modifiés avec 3 ajouts et 1 suppressions

Voir le fichier

@ -15,7 +15,9 @@ local function OnZoneChanged()
local start, cd, _ = GetItemCooldown(6948)
if last_hearth + 1800 < GetTime() and cd == 1800 then
last_hearth = start
QHCZ[GetBindLocation()] = GetLoc()
local home = GetBindLocation()
if not QHCZ[home] then QHCZ[home] = {} end
QHCZ.Landing = GetLoc()
end
end