Skip to content

Commit

Permalink
Fixed xiaori chongneng & single focus
Browse files Browse the repository at this point in the history
  • Loading branch information
haimanman committed Apr 16, 2017
1 parent aecd05f commit 3cc01b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HM_TargetList/HM_TargetList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,9 @@ end
_HM_TargetList.UpdateFocusItem = function(h, tar)
local me = GetClientPlayer()
-- update mark image
if not _HM_TargetList.tPartyMark then
_HM_TargetList.tPartyMark = {}
end
local hImg, nIconFrame = h:Lookup("Image_Mark"), _HM_TargetList.tPartyMark[tar.dwID]
if nIconFrame then
nIconFrame = PARTY_MARK_ICON_FRAME_LIST[nIconFrame]
Expand Down
3 changes: 2 additions & 1 deletion HM_TargetMon/HM_TargetMon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ _HM_TargetMon.tSkillList4 = {
}, { -- 藏剑
[_s(1610)--[[霞流宝石]]] = 10,
[_s(1577)--[[玉虹贯日]]] = 15,
[_s(1656)--[[啸日]]] = 10.5,
[_s(1656)--[[啸日]]] = 12,
[_s(1647)--[[惊涛]]] = 12,
[_s(1649)--[[醉月]]] = 14,
[_s(1589)--[[梦泉虎跑]]] = 28,
Expand Down Expand Up @@ -228,6 +228,7 @@ _HM_TargetMon.tChongNeng = {
[_s(2681)--[[紫气东来]]] = 3, -- 紫气东来3段充能
[_s(242)--[[捉影式]]] = 2,
[_s(3977)--[[流光囚影]]] = 2,
[_s(1656)--[[啸日]]] = 2, -- 啸日2段充能
}

-- 透支技能
Expand Down

0 comments on commit 3cc01b7

Please sign in to comment.