diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-03-21 10:52:14 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-03-21 10:52:14 +0100 |
| commit | 2f79b0f266e48778f13f9e183b41bfd8baa6f8bd (patch) | |
| tree | 24d015e1cd21d43393e690ce624db3dda9b3ed73 /src/server/scripts/EasternKingdoms/AlteracValley | |
| parent | f8162d609ba2d010fadaed56a0dc51df17c3b7a1 (diff) | |
Core: Removed all double (and more) empty lines
Diffstat (limited to 'src/server/scripts/EasternKingdoms/AlteracValley')
4 files changed, 0 insertions, 5 deletions
diff --git a/src/server/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp b/src/server/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp index 9b356d4b063..a249c31df28 100644 --- a/src/server/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp +++ b/src/server/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp @@ -162,7 +162,6 @@ class mob_av_marshal_or_warmaster : public CreatureScript uiEnrageTimer = urand(10*IN_MILLISECONDS,30*IN_MILLISECONDS); }else uiEnrageTimer -= diff; - // check if creature is not outside of building if (uiResetTimer <= diff) { diff --git a/src/server/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp b/src/server/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp index 18bd21a2b9c..3219b284c80 100644 --- a/src/server/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp +++ b/src/server/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp @@ -179,7 +179,6 @@ public: uiFrostboltTimer = urand(4*IN_MILLISECONDS,12*IN_MILLISECONDS); } else uiFrostboltTimer -= diff; - // check if creature is not outside of building if (uiResetTimer < diff) { diff --git a/src/server/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp b/src/server/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp index ee7ac38d27f..ad61e43bcd4 100644 --- a/src/server/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp +++ b/src/server/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp @@ -128,7 +128,6 @@ public: } }; - CreatureAI *GetAI(Creature *creature) const { return new boss_drektharAI(creature); diff --git a/src/server/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp b/src/server/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp index 5385eece8f1..74c0365c041 100644 --- a/src/server/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp +++ b/src/server/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp @@ -41,7 +41,6 @@ public: { boss_galvangarAI(Creature *c) : ScriptedAI(c) {} - uint32 uiCleaveTimer; uint32 uiFrighteningShoutTimer; uint32 uiWhirlwind1Timer; @@ -49,7 +48,6 @@ public: uint32 uiMortalStrikeTimer; uint32 uiResetTimer; - void Reset() { uiCleaveTimer = urand(1*IN_MILLISECONDS,9*IN_MILLISECONDS); |
