mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
[7879] Fixed proc for 31571 and ranks. Author: Tanatos
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user