無盡修改提交
parent
ae03663c79
commit
6c5ab76379
|
@ -44,6 +44,9 @@ end
|
|||
|
||||
function this.RefreshItemData()
|
||||
local id,level = this.GetTreasureLevel()
|
||||
if not this.treasureData then
|
||||
return
|
||||
end
|
||||
if id ~= this.treasureData.curDataId then
|
||||
this.treasureData.curDataId = id
|
||||
this.treasureData.curDataLevel = level
|
||||
|
|
Loading…
Reference in New Issue