mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[9537] Avoid proc item 46017 effect from DoTs.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
dc7e4b43e7
commit
6adebba800
2 changed files with 8 additions and 1 deletions
|
|
@ -7274,6 +7274,13 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, Aura* triggeredB
|
|||
//case 59288: break; // Infra-Green Shield
|
||||
//case 59532: break; // Abandon Passengers on Poly
|
||||
//case 59735: break: // Woe Strike
|
||||
case 64415: // // Val'anyr Hammer of Ancient Kings - Equip Effect
|
||||
{
|
||||
// for DOT procs
|
||||
if (!IsPositiveSpell(procSpell->Id))
|
||||
return false;
|
||||
break;
|
||||
}
|
||||
case 67702: // Death's Choice, Item - Coliseum 25 Normal Melee Trinket
|
||||
{
|
||||
float stat = 0.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue