@@ -1120,10 +1120,10 @@ function CTM:RefreshImages(h, dwID, info, tSetting, bIcon, bFormationLeader, bLa
11201120 if bIcon then -- 刷新icon
11211121 local img , bVisible = h :Lookup (' Image_Icon' ), true
11221122 if CFG .nShowIcon ~= 4 then
1123- if CFG .nShowIcon == 2 and info .dwMountKungfuID == 0 then
1123+ if CFG .nShowIcon == 2 and info .dwActualMountKungfuID == 0 then
11241124 img :FromUITex (' ui/image/TargetPanel/Target.UITex' , 21 )
11251125 elseif CFG .nShowIcon == 2 then
1126- local _ , nIconID = X .GetSkillName (info .dwMountKungfuID , 1 )
1126+ local _ , nIconID = X .GetSkillName (info .dwActualMountKungfuID , 1 )
11271127 if nIconID == 1435 then nIconID = 889 end
11281128 img :FromIconID (nIconID )
11291129 elseif CFG .nShowIcon == 1 then
@@ -1186,7 +1186,7 @@ function CTM:RefreshImages(h, dwID, info, tSetting, bIcon, bFormationLeader, bLa
11861186 end
11871187 if CFG .nShowIcon == 4 then
11881188 local r , g , b = X .GetForceColor (info .dwForceID , ' foreground' )
1189- txtSchool :SetText (CTM_KUNGFU_TEXT [info .dwMountKungfuID ])
1189+ txtSchool :SetText (CTM_KUNGFU_TEXT [info .dwActualMountKungfuID ])
11901190 txtSchool :SetFontScheme (CFG .nNameFont )
11911191 txtSchool :SetFontColor (r , g , b )
11921192 txtSchool :SetFontScale (fScale )
@@ -2131,7 +2131,7 @@ function CTM:DrawHPMP(h, dwID, info, bRefresh)
21312131 life :SetFontColor (128 , 128 , 128 )
21322132 life :SetText (COINSHOP_SOURCE_NULL )
21332133 end
2134- -- if info.dwMountKungfuID == 0 then -- 没有同步成功时显示的内容
2134+ -- if info.dwActualMountKungfuID == 0 then -- 没有同步成功时显示的内容
21352135 -- life:SetText('sync ...')
21362136 -- end
21372137 h :Lookup (' Text_Death' ):SetVisible (bDeathFlag )
0 commit comments