Fix lua errors
This commit is contained in:
@ -387,6 +387,7 @@ function MyEquipment:GetRelic(charID)
|
|||||||
else
|
else
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
function MyEquipment:GetInfoFunc()
|
function MyEquipment:GetInfoFunc()
|
||||||
if self.isLive then
|
if self.isLive then
|
||||||
@ -398,6 +399,7 @@ function MyEquipment:GetInfoFunc()
|
|||||||
else
|
else
|
||||||
return self.GetInfoNone
|
return self.GetInfoNone
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
function MyEquipment:GetEquipInfoLive(itemIndex)
|
function MyEquipment:GetEquipInfoLive(itemIndex)
|
||||||
local itemLink = GetInventoryItemLink("player",itemIndex)
|
local itemLink = GetInventoryItemLink("player",itemIndex)
|
||||||
|
|||||||
Reference in New Issue
Block a user