Scripts/Misc:Code cleanup

This commit is contained in:
jackpoz
2019-12-20 18:02:00 +01:00
parent c5c46fed6a
commit 68fa3091a2
2 changed files with 0 additions and 8 deletions

View File

@@ -556,12 +556,8 @@ struct npc_fire_bomb : public ScriptedAI
void Reset() override
{
_events.Reset();
DoCastSelf(SPELL_FIRE_BOMB_AURA);
}
private:
EventMap _events;
};
struct npc_beasts_combat_stalker : public ScriptedAI

View File

@@ -113,12 +113,8 @@ struct npc_frozen_orb_stalker : public ScriptedAI
void Reset() override
{
_events.Reset();
DoCastSelf(FROZEN_ORB_STALKER_AURA);
}
private:
EventMap _events;
};
struct npc_frost_warder : public ScriptedAI