Scripts: tabs2spaces cleanup after commit cc89428

Thanks to Wyreth for reporting the overlooked tabs.
This commit is contained in:
tkrokli
2017-10-29 08:18:55 +01:00
parent fda99b2972
commit bbd339370e
2 changed files with 9 additions and 9 deletions

View File

@@ -564,10 +564,10 @@ public:
{
npc_venture_co_stragglerAI(Creature* creature) : ScriptedAI(creature) { }
void EnterCombat(Unit* /*who*/) override
{
_events.ScheduleEvent(EVENT_CHOP, Seconds(3), Seconds(6));
}
void EnterCombat(Unit* /*who*/) override
{
_events.ScheduleEvent(EVENT_CHOP, Seconds(3), Seconds(6));
}
void Reset() override
{

View File

@@ -1519,12 +1519,12 @@ public:
}
}
if (me->GetEntry() == NPC_ENRAGED_FIRE_SPIRIT || me->GetEntry() == NPC_ENRAGED_AIR_SPIRIT)
if (HealthBelowPct(35) && !me->GetAura(SPELL_ENRAGE))
DoCastSelf(SPELL_ENRAGE);
if (me->GetEntry() == NPC_ENRAGED_FIRE_SPIRIT || me->GetEntry() == NPC_ENRAGED_AIR_SPIRIT)
if (HealthBelowPct(35) && !me->GetAura(SPELL_ENRAGE))
DoCastSelf(SPELL_ENRAGE);
DoMeleeAttackIfReady();
}
DoMeleeAttackIfReady();
}
void JustDied(Unit* /*killer*/) override
{