tcx_xiyou_yueNan
parent
fff7968fd1
commit
f3b7e21835
|
@ -74,7 +74,7 @@ function MonsterCampNewPanel:BindEvent()
|
|||
PopupTipPanel.ShowTip(string.format(Language[10320], GetLanguageStrById(itemConfig[itemId].Name)))
|
||||
return
|
||||
end
|
||||
MsgPanel.ShowTwo(string.format(Language[10684], costNum, itemConfig[itemId].Name), function() end, function()
|
||||
MsgPanel.ShowTwo(string.format(Language[10684], costNum, GetLanguageStrById(itemConfig[itemId].Name)), function() end, function()
|
||||
ShopManager.RequestBuyShopItem(SHOP_TYPE.FUNCTION_SHOP, storeDataId, 1, function()
|
||||
PrivilegeManager.RefreshPrivilegeUsedTimes(PRIVILEGE_TYPE.MONSTERCAMP_BUY_BATTLENUM, 1)
|
||||
this.UpdatePrivilage()
|
||||
|
|
Loading…
Reference in New Issue