1
0
Bifurcation 0

There's still something not quite right with Archaelogy. This will help clarify it.

Cette révision appartient à :
Nathanial.C.Jones 2011-01-24 02:57:11 +00:00
Parent 8b0c0d4691
révision d2b911d1e6
1 fichiers modifiés avec 3 ajouts et 0 suppressions

Voir le fichier

@ -553,7 +553,10 @@ local function LootOpened()
if string.find(name, "Archaeology Fragment") then
local _, _, match = string.find(name, "(.*) Archaeology Fragment")
items[PseudoIDs[match]] = (items[PseudoIDs[match]] or 0) + quant
elseif LootSlotIsCurrency(i) then
QuestHelper:Assert(false, "Need more info on '" .. name .. "'x" .. tostring(quant) .. ".")
else
QuestHelper:Assert(link, "Need more info on '" .. name .. "'x" .. tostring(quant) .. ".")
local itype = GetItemType(link)
items[itype] = (items[itype] or 0) + quant
end