This commit is contained in:
Lenheart 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_FiendwarPartyInfoC 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,
@ -45,7 +45,7 @@ class Rindro_FiendwarPartyInfoC extends LenheartNewUI_Windows {
Fatigue = Jso.charac.PlayFatigue,
Combat = Jso.charac.ZL,
ClearanceCount = Jso.charac.ClearanceCount,
AvatarArr = Jso.charac.equVos,
AvatarArr = Rindro_Draw_Character(Jso.charac.PlayerJob, Jso.charac.equVos, "rest.ani", null),
PlayerSession = Jso.charac.PlayerSession
}
//没人

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,