diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-09 20:36:47 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-09 20:37:09 +0200 |
| commit | 2c6f5e1b61d728aa0949533cde4fb23fe45c2fc7 (patch) | |
| tree | c4087a45b184dbe834f3f09670a845cd7c8fa7a4 /src/server/scripts/Outland | |
| parent | 81daef8b2205fca4310720d3186bafca8d75a792 (diff) | |
Scripted: Remove Whitespace/Tabs
Diffstat (limited to 'src/server/scripts/Outland')
| -rw-r--r-- | src/server/scripts/Outland/Auchindoun/SethekkHalls/boss_anzu.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/scripts/Outland/Auchindoun/SethekkHalls/boss_anzu.cpp b/src/server/scripts/Outland/Auchindoun/SethekkHalls/boss_anzu.cpp index 707f6c34a90..05ee3993a15 100644 --- a/src/server/scripts/Outland/Auchindoun/SethekkHalls/boss_anzu.cpp +++ b/src/server/scripts/Outland/Auchindoun/SethekkHalls/boss_anzu.cpp @@ -18,7 +18,7 @@ /* Name: Boss_Anzu %Complete: 80% -Comment: +Comment: Category: Auchindoun, Sethekk Halls */ @@ -111,7 +111,7 @@ public: events.ScheduleEvent(EVENT_CYCLONE_OF_FEATHERS, 21000); break; case EVENT_SUMMON: - // TODO: Add pathing for Brood of Anzu + // TODO: Add pathing for Brood of Anzu me->SummonCreature(NPC_BROOD_OF_ANZU, PosSummonBrood[0], TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT, 46000); me->SummonCreature(NPC_BROOD_OF_ANZU, PosSummonBrood[1], TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT, 46000); me->SummonCreature(NPC_BROOD_OF_ANZU, PosSummonBrood[2], TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT, 46000); @@ -119,7 +119,7 @@ public: me->SummonCreature(NPC_BROOD_OF_ANZU, PosSummonBrood[4], TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT, 46000); me->SummonCreature(NPC_BROOD_OF_ANZU, PosSummonBrood[5], TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT, 46000); me->SummonCreature(NPC_BROOD_OF_ANZU, PosSummonBrood[6], TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT, 46000); - DoCast(me, SPELL_BANISH_SELF); + DoCast(me, SPELL_BANISH_SELF); events.ScheduleEvent(EVENT_SPELL_BOMB, 12000); break; case EVENT_SPELL_BOMB: |
