Page 1 of 1

[git]Disruption Shield fix

Posted: Mon May 14, 2012 2:08 am
by zhouwei_e

Code: Select all

 game/modules/tome/class/Actor.lua |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/game/modules/tome/class/Actor.lua b/game/modules/tome/class/Actor.lua
index e7e49d6..5984ddf 100644
--- a/game/modules/tome/class/Actor.lua
+++ b/game/modules/tome/class/Actor.lua
@@ -1519,6 +1519,7 @@ function _M:onTakeHit(value, src)
 			return 0
 		-- Or the shield collapses in a deadly arcane explosion
 		else
+			self:incMana(mana)
 			local dam = self.disruption_shield_absorb
 
 			-- Deactivate without loosing energy