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