diff options
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); } } |