1
0
Bifurcation 0

Fixed a 'compile' error.

Cette révision appartient à :
Nathanial.C.Jones 2011-01-21 01:45:13 +00:00
Parent bb2100b4ae
révision dc3920af77
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -559,7 +559,7 @@ local function LootOpened()
end
end
if not spot[prefix] then spot[prefix] = {}
if not spot[prefix] then spot[prefix] = {} end
spot[prefix]["count"] = (spot[prefix]["count"] or 0) + 1
if not spot[prefix]["loot"] then spot[prefix]["loot"] = {} end
local pt = spot[prefix]["loot"]