diff options
author | Shauren <shauren.trinity@gmail.com> | 2015-07-23 16:50:35 +0200 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2015-07-24 12:05:14 +0100 |
commit | caf808163db4d69634d0d122e9196555d46a888c (patch) | |
tree | 4a9fd8ac0da0fa70fe1d1c26f375e4aca23b0bc1 /src | |
parent | d12fec67f203805178906dca376fa5e557157d15 (diff) |
Misc: Removed tabs
(cherry picked from commit 4e83094354551b2b7efe40053cb57286b96c861b)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/VioletHold/boss_xevozz.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/server/scripts/Northrend/VioletHold/boss_xevozz.cpp b/src/server/scripts/Northrend/VioletHold/boss_xevozz.cpp index fef04ac5c07..fe0f161cc27 100644 --- a/src/server/scripts/Northrend/VioletHold/boss_xevozz.cpp +++ b/src/server/scripts/Northrend/VioletHold/boss_xevozz.cpp @@ -220,14 +220,14 @@ public: DoCast(SPELL_SUMMON_ETHEREAL_SPHERE_2); break; case EVENT_SUMMON_PLAYERS: - { - Creature* sphere = me->FindNearestCreature(NPC_ETHEREAL_SPHERE, 150.0f); - if (!sphere) - sphere = me->FindNearestCreature(NPC_ETHEREAL_SPHERE2, 150.0f); - if (sphere) - sphere->GetAI()->DoAction(ACTION_SUMMON); - break; - } + { + Creature* sphere = me->FindNearestCreature(NPC_ETHEREAL_SPHERE, 150.0f); + if (!sphere) + sphere = me->FindNearestCreature(NPC_ETHEREAL_SPHERE2, 150.0f); + if (sphere) + sphere->GetAI()->DoAction(ACTION_SUMMON); + break; + } default: break; } |