tcx_xiyou_yueNan
PC-202302260912\Administrator 2025-01-06 15:30:59 +08:00
parent fff7968fd1
commit f3b7e21835
1 changed files with 1 additions and 1 deletions

View File

@ -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()