Seal of the Crusader deals less damage with each attack.
Signed-off-by: zwisus <zlt988@gmail.com>
This commit is contained in:
parent
5297445b49
commit
1c68b0550a
@ -1409,6 +1409,14 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case SPELLFAMILY_PALADIN:
|
||||||
|
{
|
||||||
|
// Seal of the Crusader deals less damage with each attack. -28% damage,multiple tests.
|
||||||
|
if (GetSpellProto()->SpellIconID == 237 && GetSpellProto()->SpellFamilyFlags & UI64LIT(0x00000200))
|
||||||
|
target->HandleStatModifier(UNIT_MOD_DAMAGE_MAINHAND, TOTAL_PCT, -28.0f, apply);
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// pet auras
|
// pet auras
|
||||||
|
Loading…
x
Reference in New Issue
Block a user