mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7879] Fixed proc for 31571 and ranks.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
6a5cd72e4d
commit
a59de33941
5 changed files with 27 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue