技能提交去除log
parent
9621f9b220
commit
ec5c6c512e
|
|
@ -39,10 +39,9 @@ function SkillCaster:OnSkillCast(skill)
|
||||||
if eid==0 then
|
if eid==0 then
|
||||||
eid=effectIds[1][2]
|
eid=effectIds[1][2]
|
||||||
end
|
end
|
||||||
LogError("eid======"..eid.."skin: "..skin)
|
|
||||||
local combat = BattleManager.GetSkillCombat(eid)
|
local combat = BattleManager.GetSkillCombat(eid)
|
||||||
if not combat then return end
|
if not combat then return end
|
||||||
LogError("qqqqqqqqqqqqqqqqq")
|
|
||||||
-- 追击显示追击文字
|
-- 追击显示追击文字
|
||||||
if skill.isAdd then
|
if skill.isAdd then
|
||||||
self.owner.Floater:ImageBuffFloating("z_zhandou_zhuiji")
|
self.owner.Floater:ImageBuffFloating("z_zhandou_zhuiji")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue