aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-07-22 20:46:19 +0700
committertobmaps <spambot42@yandex.ru>2011-07-22 20:46:19 +0700
commitf50892fa7711aa41c9d97801f6edab127845b90a (patch)
tree73016b16db9d3e3a9efb23baf79bfea9a0a2c415
parentecc76277f18db8ee458551beff7a304485d7602f (diff)
Core/Misc: Small code style fix
-rwxr-xr-xsrc/server/game/Spells/SpellMgr.cpp21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index f394f2fe1c7..81ad953bc0f 100755
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -4272,16 +4272,6 @@ void SpellMgr::LoadSpellCustomAttr()
spellInfo->AuraInterruptFlags = AURA_INTERRUPT_FLAG_HITBYSPELL | AURA_INTERRUPT_FLAG_TAKE_DAMAGE;
++count;
break;
- // TRIAL OF THE CRUSADER SPELLS
- case 66258: // Infernal Eruption (10N)
- case 67901: // Infernal Eruption (25N)
- // increase duration from 15 to 18 seconds because caster is already
- // unsummoned when spell missile hits the ground so nothing happen in result
- spellInfo->DurationIndex = 85;
- ++count;
- break;
- // ENDOF TRIAL OF THE CRUSADER SPELLS
- //
// ULDUAR SPELLS
//
case 63342: // Focused Eyebeam Summon Trigger (Kologarn)
@@ -4334,6 +4324,17 @@ void SpellMgr::LoadSpellCustomAttr()
break;
// ENDOF ULDUAR SPELLS
//
+ // TRIAL OF THE CRUSADER SPELLS
+ //
+ case 66258: // Infernal Eruption (10N)
+ case 67901: // Infernal Eruption (25N)
+ // increase duration from 15 to 18 seconds because caster is already
+ // unsummoned when spell missile hits the ground so nothing happen in result
+ spellInfo->DurationIndex = 85;
+ ++count;
+ break;
+ // ENDOF TRIAL OF THE CRUSADER SPELLS
+ //
// ICECROWN CITADEL SPELLS
//
// THESE SPELLS ARE WORKING CORRECTLY EVEN WITHOUT THIS HACK