@@ -728,7 +728,7 @@ function CTM:GetMemberInfo(dwID)
728728 if not team then
729729 return
730730 end
731- return team . GetMemberInfo (dwID )
731+ return X . GetTeamMemberInfo (dwID )
732732end
733733
734734function CTM :GetTeamInfo ()
@@ -1121,10 +1121,10 @@ function CTM:RefreshImages(h, dwID, info, tSetting, bIcon, bFormationLeader, bLa
11211121 if bIcon then -- 刷新icon
11221122 local img , bVisible = h :Lookup (' Image_Icon' ), true
11231123 if CFG .nShowIcon ~= 4 then
1124- if CFG .nShowIcon == 2 and info .dwActualMountKungfuID == 0 then
1124+ if CFG .nShowIcon == 2 and info .dwActualKungfuID == 0 then
11251125 img :FromUITex (' ui/image/TargetPanel/Target.UITex' , 21 )
11261126 elseif CFG .nShowIcon == 2 then
1127- local _ , nIconID = X .GetSkillName (info .dwActualMountKungfuID , 1 )
1127+ local _ , nIconID = X .GetSkillName (info .dwActualKungfuID , 1 )
11281128 if nIconID == 1435 then nIconID = 889 end
11291129 img :FromIconID (nIconID )
11301130 elseif CFG .nShowIcon == 1 then
@@ -1187,7 +1187,7 @@ function CTM:RefreshImages(h, dwID, info, tSetting, bIcon, bFormationLeader, bLa
11871187 end
11881188 if CFG .nShowIcon == 4 then
11891189 local r , g , b = X .GetForceColor (info .dwForceID , ' foreground' )
1190- txtSchool :SetText (CTM_KUNGFU_TEXT [info .dwActualMountKungfuID ])
1190+ txtSchool :SetText (CTM_KUNGFU_TEXT [info .dwActualKungfuID ])
11911191 txtSchool :SetFontScheme (CFG .nNameFont )
11921192 txtSchool :SetFontColor (r , g , b )
11931193 txtSchool :SetFontScale (fScale )
@@ -2133,7 +2133,7 @@ function CTM:DrawHPMP(h, dwID, info, bRefresh)
21332133 life :SetFontColor (128 , 128 , 128 )
21342134 life :SetText (COINSHOP_SOURCE_NULL )
21352135 end
2136- -- if info.dwActualMountKungfuID == 0 then -- 没有同步成功时显示的内容
2136+ -- if info.dwActualKungfuID == 0 then -- 没有同步成功时显示的内容
21372137 -- life:SetText('sync ...')
21382138 -- end
21392139 h :Lookup (' Text_Death' ):SetVisible (bDeathFlag )
0 commit comments