This commit is contained in:
2026-01-09 23:32:48 +08:00
parent f72da0ea25
commit 9e376f0cbc
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ class Rindro_LukePartyInfoC extends LenheartNewUI_Windows {
win.ResetFocus();
local T = {
Charc = Jso.charac, //角色对象
Level = Jso.charac.PlayerLevel,
Level = Jso.charac.PlayerLevel.tostring(),
Name = Jso.charac.PlayerName,
Job = Jso.charac.PlayerJob,
PvpLevel = Jso.charac.pvp,