Scripts/Ulduar: Exclude Ignis' main target from the Slag Pot target selector

Closes #10516
This commit is contained in:
Nyeriah
2014-10-20 09:43:21 -02:00
parent 3965ee33ef
commit f4c035554f

View File

@@ -219,7 +219,7 @@ class boss_ignis : public CreatureScript
events.ScheduleEvent(EVENT_JET, urand(35000, 40000));
break;
case EVENT_SLAG_POT:
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 0, 100, true))
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 1, 100, true))
{
Talk(SAY_SLAG_POT);
_slagPotGUID = target->GetGUID();