From f35928c8ec74d81b8c6a026e62a48308fb4f0349 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Tue, 8 May 2012 14:37:55 +0000
Subject: [PATCH] fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@5100 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/class/interface/Combat.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/class/interface/Combat.lua b/game/modules/tome/class/interface/Combat.lua
index d3cf4232c1..f9689f55f6 100644
--- a/game/modules/tome/class/interface/Combat.lua
+++ b/game/modules/tome/class/interface/Combat.lua
@@ -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
-- 
GitLab