Skip to content
Snippets Groups Projects
Commit f35928c8 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@5100 51575b47-30f0-44d4-a5cc-537603b46e54
parent d4c8a348
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ function _M:attackTarget(target, damtype, mult, noenergy)
local hd = {"Combat:attackTarget", target=target, damtype=damtype, mult=mult, noenergy=noenergy}
if self:triggerHook(hd) then
speed, hit, damtype, mult = ht.speed, hd.hit, hd.damtype, hd.mult
if ht.stop then return hit end
if hd.stop then return hit end
end
if not speed and self:isTalentActive(self.T_GESTURE_OF_PAIN) then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment