Core/Spells: Fix Crash

This commit is contained in:
Vincent-Michael
2012-09-19 11:34:49 +02:00
parent 09b47ecad1
commit 54bd7d9773

View File

@@ -1637,6 +1637,9 @@ void Aura::HandleAuraSpecificMods(AuraApplication const* aurApp, Unit* caster, b
}
if (GetSpellInfo()->GetSpellSpecific() == SPELL_SPECIFIC_AURA)
{
if (!caster)
break;
// Improved devotion aura
if (caster->HasAura(20140) || caster->HasAura(20138) || caster->HasAura(20139))
{