From b0f9e596721519b9797dd591846eec7551848fbc Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Mon, 30 Nov 2020 11:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=A6=E8=BF=9F=E3=80=91=E6=8A=A2?= =?UTF-8?q?=E5=A4=BA=E7=A9=BA=E9=98=9F=E4=BC=8D=20=20=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Guild/CarDelay/GuildCarDelayManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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