Scripts/BWD: Vile Swill will no longer get affected by Growth Catalyst

This commit is contained in:
Ovahlord
2019-08-05 20:18:25 +02:00
parent b75b8eba07
commit d6aaff3b1c

View File

@@ -844,6 +844,7 @@ struct npc_maloriak_vile_swill : public ScriptedAI
void JustAppeared() override
{
DoZoneInCombat();
me->ApplySpellImmune(0, IMMUNITY_ID, sSpellMgr->GetSpellIdForDifficulty(SPELL_GROWTH_CATALYST, me), true);
_events.ScheduleEvent(EVENT_DARK_SLUDGE, 6s);
}