diff options
| author | QAston <none@none> | 2009-06-09 20:02:56 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-09 20:02:56 +0200 |
| commit | 516995eff82a074d0e29720f4d296c597b121bba (patch) | |
| tree | 9c60d4adf920d4f37ca1bc269971fce4a902bca3 /src | |
| parent | 507b9fb0516dcde613af0f9d0276af8acbdcb585 (diff) | |
*Missing part of last commit.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |
