mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
[10472] Implement SPELL_AURA_MOD_PET_AOE_DAMAGE_AVOIDANCE (310)
Original patch provided by rsa
This commit is contained in:
parent
16f912190f
commit
8eb47efddc
4 changed files with 10 additions and 7 deletions
|
|
@ -360,7 +360,7 @@ pAuraHandler AuraHandler[TOTAL_AURAS]=
|
|||
&Aura::HandleNULL, //307 absorb healing?
|
||||
&Aura::HandleNULL, //308 new aura for hunter traps
|
||||
&Aura::HandleNULL, //309 absorb healing?
|
||||
&Aura::HandleNULL, //310 pet avoidance passive?
|
||||
&Aura::HandleNoImmediateEffect, //310 SPELL_AURA_MOD_PET_AOE_DAMAGE_AVOIDANCE implemented in Unit::SpellDamageBonusTaken
|
||||
&Aura::HandleNULL, //311 0 spells in 3.3
|
||||
&Aura::HandleNULL, //312 0 spells in 3.3
|
||||
&Aura::HandleNULL, //313 0 spells in 3.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue