aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellMgr.cpp
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-07-22 06:04:10 +0700
committertobmaps <spambot42@yandex.ru>2011-07-22 06:04:10 +0700
commit6a89bd767f4d44397f6236e4b9199d4ccdbf80c0 (patch)
treedfb5555e376f92c61863ef37cb05761e5d686504 /src/server/game/Spells/SpellMgr.cpp
parent6f30f1617745fcf87a601d49763e8d2ab1fe81de (diff)
Scripts/Trial of the Crusader
* Use spells instead of scripts to handle summons used by Lord Jaraxxus * Fix stacks for spell Nether Power used by Lord Jaraxxus * Make some triggers invisible Closes #829
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rwxr-xr-xsrc/server/game/Spells/SpellMgr.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 47f1e3c803d..f394f2fe1c7 100755
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -4272,6 +4272,16 @@ 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)