[7879] Fixed proc for 31571 and ranks. Author: Tanatos

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-24 11:13:45 -05:00
parent 9381493a64
commit 4ebe23324b
3 changed files with 24 additions and 1 deletions

View File

@@ -5263,6 +5263,22 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
CastSpell(target, triggered_spell_id, true, 0, triggeredByAura);
return true;
}
//Arcane Potency
if (dummySpell->SpellIconID == 2120)
{
if(!procSpell)
return false;
target = this;
switch (dummySpell->Id)
{
case 31571: triggered_spell_id = 57529; break;
case 31572: triggered_spell_id = 57531; break;
}
break;
}
// Hot Streak
if (dummySpell->SpellIconID == 2999)
{