diff options
| author | Spp <none@none> | 2010-04-19 17:13:20 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-19 17:13:20 +0200 |
| commit | 450c6af43bd18b42dc9475befa062d51f04a946c (patch) | |
| tree | e8e16b6deee5e4c96a58d99825a051891cbffb68 /src/scripts/northrend | |
| parent | 97b7aa111691d8545e1b6666c23251f20e61a8d9 (diff) | |
Code Style: Remove trailing spaces and tab to spaces
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/northrend')
4 files changed, 5 insertions, 5 deletions
diff --git a/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_krikthir_the_gatewatcher.cpp b/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_krikthir_the_gatewatcher.cpp index 9cbc514b468..4863bdcb032 100644 --- a/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_krikthir_the_gatewatcher.cpp +++ b/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_krikthir_the_gatewatcher.cpp @@ -198,7 +198,7 @@ struct boss_krik_thirAI : public ScriptedAI pAdd = Unit::GetCreature(*me, pInstance->GetData64(DATA_WATCHER_NARJIL)); if (!pAdd || !pAdd->isAlive()) return; - + pInstance->DoCompleteAchievement(ACHIEV_WATH_HIM_DIE); } diff --git a/src/scripts/northrend/borean_tundra.cpp b/src/scripts/northrend/borean_tundra.cpp index 728e065e14a..e57e00f5554 100644 --- a/src/scripts/northrend/borean_tundra.cpp +++ b/src/scripts/northrend/borean_tundra.cpp @@ -648,7 +648,7 @@ enum eNesingwaryTrapper }; #define CaribouTrapsNum 15 -const uint32 CaribouTraps[CaribouTrapsNum] = +const uint32 CaribouTraps[CaribouTrapsNum] = { GO_CARIBOU_TRAP_1, GO_CARIBOU_TRAP_2, GO_CARIBOU_TRAP_3, GO_CARIBOU_TRAP_4, GO_CARIBOU_TRAP_5, GO_CARIBOU_TRAP_6, GO_CARIBOU_TRAP_7, GO_CARIBOU_TRAP_8, GO_CARIBOU_TRAP_9, GO_CARIBOU_TRAP_10, @@ -2084,7 +2084,7 @@ struct npc_trapped_mammoth_calfAI : public ScriptedAI void MovementInform(uint32 uiType, uint32 /*uiId*/) { - + if (uiType != POINT_MOTION_TYPE) return; me->DisappearAndDie(); diff --git a/src/scripts/northrend/crystalsong_forest.cpp b/src/scripts/northrend/crystalsong_forest.cpp index 22e2ae1e091..208e9dea5b5 100644 --- a/src/scripts/northrend/crystalsong_forest.cpp +++ b/src/scripts/northrend/crystalsong_forest.cpp @@ -87,7 +87,7 @@ struct npc_warmage_violetstandAI : public Scripted_NoMovementAI uiTargetGUID = pOrb->GetGUID(); } - + if (Creature* pOrb = me->GetCreature(*me,uiTargetGUID)) DoCast(pOrb,SPELL_TRANSITUS_SHIELD_BEAM); diff --git a/src/scripts/northrend/vault_of_archavon/boss_toravon.cpp b/src/scripts/northrend/vault_of_archavon/boss_toravon.cpp index 092339be6d5..2e16f9211d2 100644 --- a/src/scripts/northrend/vault_of_archavon/boss_toravon.cpp +++ b/src/scripts/northrend/vault_of_archavon/boss_toravon.cpp @@ -243,7 +243,7 @@ struct mob_frozen_orb_stalkerAI : public Scripted_NoMovementAI Unit* pToravon = me->GetCreature(*me, pInstance->GetData64(DATA_TORAVON)); if (!pToravon) return; - + uint8 num_orbs = RAID_MODE(1, 3); for (uint8 i=0; i<num_orbs; ++i) { |
