From a692f8d9d4b40200febc4cf135e4d550d8fe3432 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Tue, 26 Oct 2021 14:45:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9C=AC=E5=9C=BA=E6=9C=80=E4=BD=B3?= =?UTF-8?q?=E3=80=91=E4=B8=BB=E8=A7=92=E5=90=8D=E9=A2=9C=E8=89=B2=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E4=BF=AE=E8=A1=8C=E7=AD=89=E7=BA=A7=E6=94=B9=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Battle/View/BattleBestPopup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattleBestPopup.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattleBestPopup.lua index 0fc2cfcbd8..f90ae46c24 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattleBestPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattleBestPopup.lua @@ -58,7 +58,7 @@ function this:OnOpen(heroTId, skinId, damageValue, allDamage, func,_func2) heroTData.Scale = 0.6 heroTData.Position = {127, -340} end - heroTData.Name = NameManager.roleName + heroTData.Name = PracticeManager.SetNameColor(NameManager.roleName, PracticeManager.PracticeLevel) end this.liveName = heroTData.Live