mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Scripts/BWD: Vile Swill will no longer get affected by Growth Catalyst
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user