【车迟】抢夺空队伍 提示错误

dev_chengFeng
zhangqiang 2020-11-30 11:09:07 +08:00
parent f696619328
commit b0f9e59672
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function this.FightBattle( callBack)
--车迟抢夺cd计时
GuildCarDelayManager.SetCdTime(GuildCarDelayProType.Loot)
-- "抢夺成功获得XXXX积分"Language[10027]
PopupTipPanel.ShowTip(string.format(Language[12391], this.score))
PopupTipPanel.ShowTip(string.format("抢夺成功,获得%s积分", this.score))
if callBack then
callBack()
callBack = nil