[7879] Fixed proc for 31571 and ranks.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
Tanatos 2009-05-23 12:20:31 +02:00 committed by ApoC
parent 6a5cd72e4d
commit a59de33941
5 changed files with 27 additions and 2 deletions

View file

@ -4893,6 +4893,22 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
triggered_spell_id = 29077;
break;
}
//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)
{