From 516995eff82a074d0e29720f4d296c597b121bba Mon Sep 17 00:00:00 2001 From: QAston Date: Tue, 9 Jun 2009 20:02:56 +0200 Subject: *Missing part of last commit. --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 4992c8c3c62..c46cf5ce7ea 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -2341,7 +2341,7 @@ void Unit::CalcAbsorbResist(Unit *pVictim,SpellSchoolMask schoolMask, DamageEffe } } if (found) - pVictim->CastCustomSpell(pVictim, 44413, &spell_dmg, NULL, NULL, false); + pVictim->CastCustomSpell(pVictim, 44413, &spell_dmg, NULL, NULL, true); } } -- cgit v1.2.3