From 0d32a1ef0fed081f2369e0b51bb991884062fd8b Mon Sep 17 00:00:00 2001 From: tkrokli Date: Sun, 29 Oct 2017 08:18:55 +0100 Subject: Scripts: tabs2spaces cleanup after commit cc89428 Thanks to Wyreth for reporting the overlooked tabs. (cherry picked from commit bbd339370ed2eea5f12e79a977fd9e0e93543101) --- src/server/scripts/Outland/zone_shadowmoon_valley.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/server/scripts/Outland') diff --git a/src/server/scripts/Outland/zone_shadowmoon_valley.cpp b/src/server/scripts/Outland/zone_shadowmoon_valley.cpp index eff2df7aa04..ed7ccffcbf6 100644 --- a/src/server/scripts/Outland/zone_shadowmoon_valley.cpp +++ b/src/server/scripts/Outland/zone_shadowmoon_valley.cpp @@ -1517,12 +1517,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 { -- cgit v1.2.3