11112
This commit is contained in:
@@ -78,9 +78,9 @@ class Rindro_AntonApplyJoinC extends LenheartNewUI_Windows {
|
||||
local InfoObj = RequestJoinTeamArr[NowSelectJoinIndex];
|
||||
Charc = InfoObj.Charc;
|
||||
//角色等级
|
||||
Level = InfoObj.Level;
|
||||
Level = InfoObj.Level.tostring();
|
||||
//角色名称
|
||||
Name = InfoObj.Name;
|
||||
Name = InfoObj.Name.tostring();
|
||||
//角色职业
|
||||
Job = InfoObj.Job;
|
||||
//角色决斗等级
|
||||
@@ -92,7 +92,7 @@ class Rindro_AntonApplyJoinC extends LenheartNewUI_Windows {
|
||||
//角色疲劳值
|
||||
Fatigue = InfoObj.Fatigue.tostring();
|
||||
//战斗力
|
||||
Combat = InfoObj.Combat;
|
||||
Combat = InfoObj.Combat.tostring();
|
||||
//通过次数
|
||||
ClearanceCount = InfoObj.ClearanceCount;
|
||||
//头像
|
||||
|
||||
Reference in New Issue
Block a user