From e0c992a8ba499d3ae7302d134017593f4ee6dae5 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 3 Dec 2010 17:47:33 +0100 Subject: Scripts/Icecrown Citadel: Added script for Blood Queen Lana'Thel Scripts/Icecrown Citadel: Fixed Invocation of Blood announcement emote for Blood Prince Council Scripts/Icecrown Citadel: Fixed intro for Lady Deathwhisper Scripts/Icecrown Citadel: Fixed Bone Spike for Lord Marrowgar --HG-- branch : trunk --- src/server/game/Spells/SpellMgr.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/server/game/Spells/SpellMgr.cpp') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 1fa668bd18d..fe2d1dbe28c 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3624,6 +3624,8 @@ void SpellMgr::LoadSpellCustomAttr() case 69782: case 69796: // Ooze Flood case 69798: case 69801: // Ooze Flood case 69538: case 69553: case 69610: // Ooze Combine + case 71447: case 71481: // Bloodbolt Splash + case 71482: case 71483: // Bloodbolt Splash mSpellCustomAttr[i] |= SPELL_ATTR_CU_EXCLUDE_SELF; count++; break; @@ -3951,6 +3953,10 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->AttributesEx3 |= SPELL_ATTR_EX3_NO_DONE_BONUS; count++; break; + case 71340: // Pact of the Darkfallen + spellInfo->DurationIndex = 21; + count++; + break; default: break; } -- cgit v1.2.3