蛇道挑战bug修改
parent
bd3ff3dbae
commit
df66b39ced
|
@ -179,6 +179,7 @@ function FourElementMonsterCampPanel:OnShow()
|
||||||
if not PlayerPrefs.HasKey("FourElement"..PlayerManager.uid) then
|
if not PlayerPrefs.HasKey("FourElement"..PlayerManager.uid) then
|
||||||
PlayerPrefs.SetInt("FourElement"..PlayerManager.uid,-1)
|
PlayerPrefs.SetInt("FourElement"..PlayerManager.uid,-1)
|
||||||
end
|
end
|
||||||
|
--[[
|
||||||
if waves ~= PlayerPrefs.GetInt("FourElement"..PlayerManager.uid) then
|
if waves ~= PlayerPrefs.GetInt("FourElement"..PlayerManager.uid) then
|
||||||
PlayerPrefs.SetInt("FourElement"..PlayerManager.uid,waves)
|
PlayerPrefs.SetInt("FourElement"..PlayerManager.uid,waves)
|
||||||
local propertyId = SacredTreeManager.GetUnLockNewProperty(waves)
|
local propertyId = SacredTreeManager.GetUnLockNewProperty(waves)
|
||||||
|
@ -192,6 +193,7 @@ function FourElementMonsterCampPanel:OnShow()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
]]
|
||||||
end
|
end
|
||||||
|
|
||||||
function this.SingleDataShow(go, data)
|
function this.SingleDataShow(go, data)
|
||||||
|
|
Loading…
Reference in New Issue