diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/CarDelay/GuildCarDelayManager.lua b/Assets/ManagedResources/~Lua/Modules/Guild/CarDelay/GuildCarDelayManager.lua index 005029f06d..6f195f4884 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/CarDelay/GuildCarDelayManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/CarDelay/GuildCarDelayManager.lua @@ -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