【分解魂印提示】分解魂印提示不当(策划说改成,金色或金色以上)
parent
cc9b681875
commit
0ced995afe
|
@ -522,7 +522,7 @@ function this.ResolveBtnClickEvent()
|
|||
local isPopUp = RedPointManager.PlayerPrefsGetStr(PlayerManager.uid .. "isSoulPrintShowSure")
|
||||
local currentTime = os.date("%Y%m%d", PlayerManager.serverTime)
|
||||
if (isPopUp ~= currentTime) then
|
||||
MsgPanel.ShowTwo(Language[11729], nil, function(isShow)
|
||||
MsgPanel.ShowTwo("分解的魂印中包含金色或金色以上魂印,确定进行分解?", nil, function(isShow)
|
||||
if (isShow) then
|
||||
local currentTime = os.date("%Y%m%d", PlayerManager.serverTime)
|
||||
RedPointManager.PlayerPrefsSetStr(PlayerManager.uid .."isSoulPrintShowSure", currentTime)
|
||||
|
|
Loading…
Reference in New Issue