From fbb6f381762b42d22c8ee30153dc500570c8987d Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Wed, 11 Apr 2012 20:14:18 +0000
Subject: [PATCH] Fix Outmaneveured

git-svn-id: http://svn.net-core.org/repos/t-engine4@5031 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 08b6895afb..73b5533443 100644
--- a/game/modules/tome/class/interface/Combat.lua
+++ b/game/modules/tome/class/interface/Combat.lua
@@ -713,7 +713,7 @@ function _M:attackTargetWith(target, weapon, damtype, mult, force_dam)
 			-- Outmaneuver
 			if effPredator.typeOutmaneuverChance > 0 and rng.percent(effPredator.typeOutmaneuverChance) then
 				local t = self:getTalentFromId(self.T_OUTMANEUVER)
-				target:setEffect(target.EFF_OUTMANEUVERED, t.getDuration(self, t), { reduction=t.getReduction(self, t) })
+				target:setEffect(target.EFF_OUTMANEUVERED, t.getDuration(self, t), { physicalResistChange=t.getPhysicalResistChange(self, t), statReduction=t.getStatReduction(self, t) })
 			end
 		end
 	end
-- 
GitLab