mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Script:
Added missing NULL pointer check
This commit is contained in:
@@ -112,7 +112,7 @@ class spell_warl_aftermath : public SpellScriptLoader
|
||||
{
|
||||
PreventDefaultAction();
|
||||
|
||||
if (roll_chance_i(aurEff->GetAmount()))
|
||||
if (eventInfo.GetProcTarget() && roll_chance_i(aurEff->GetAmount()))
|
||||
GetTarget()->CastSpell(eventInfo.GetProcTarget(), SPELL_WARLOCK_AFTERMATH_STUN, true, NULL, aurEff);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user