Scripts/Icecrown Citadel: Fixed Festergut's Pungent Blight getting interrupted

Scripts/Icecrown Citadel: Changed handling of Deathbringer Saurfang's Blood Power aura (its now always active, starts with 0 value)
Scripts/Icecrown Citadel: Fixed Deathbringer Saurfang's achievement (I've Made a Mess)
Scripts/Icecrown Citadel: Fixed Mark of the Fallen Champion aura removal (Deathbringer Saurfang)

--HG--
branch : trunk
This commit is contained in:
Shauren
2010-11-14 00:21:57 +01:00
parent 61f07610fd
commit 9ba52c474b
4 changed files with 52 additions and 45 deletions

View File

@@ -3873,6 +3873,11 @@ void SpellMgr::LoadSpellCustomAttr()
spellInfo->EffectImplicitTargetA[0] = TARGET_DST_DB;
count++;
break;
// Deathbringer Saurfang achievement (must be cast on players, cannot do that with ENTRY target)
case 72928:
spellInfo->EffectImplicitTargetB[0] = TARGET_UNIT_AREA_ENEMY_SRC;
count++;
break;
case 63675: // Improved Devouring Plague
spellInfo->AttributesEx3 |= SPELL_ATTR_EX3_NO_DONE_BONUS;
count++;