This commit is contained in:
Shauren
2017-07-01 21:37:07 +02:00
committed by Ovahlord
parent cc1df2659e
commit 73e7270673

View File

@@ -111,7 +111,7 @@ class boss_blackheart_the_inciter : public CreatureScript
for (ThreatReference* ref : me->GetThreatManager().GetUnsortedThreatList())
if (ref->GetVictim()->GetTypeId() == TYPEID_PLAYER)
me->CastSpell(ref->GetVictim, SPELL_INCITE_CHAOS_B, true);
me->CastSpell(ref->GetVictim(), SPELL_INCITE_CHAOS_B, true);
ResetThreatList();
events.ScheduleEvent(EVENT_INCITE_CHAOS, 40000);