*Missing part of last commit.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-06-09 20:02:56 +02:00
parent 507b9fb051
commit 516995eff8

View File

@@ -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);
}
}