From f50892fa7711aa41c9d97801f6edab127845b90a Mon Sep 17 00:00:00 2001 From: tobmaps Date: Fri, 22 Jul 2011 20:46:19 +0700 Subject: Core/Misc: Small code style fix --- src/server/game/Spells/SpellMgr.cpp | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'src') 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 -- cgit v1.2.3