diff options
-rw-r--r-- | src/game/Pet.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp index 05b9f177d39..bd8089870a4 100644 --- a/src/game/Pet.cpp +++ b/src/game/Pet.cpp @@ -992,6 +992,8 @@ bool Guardian::InitStatsForLevel(uint8 petlevel) SetModifierValue(UNIT_MOD_ARMOR, BASE_VALUE, float(m_owner->GetArmor()) * 0.35f); // Bonus Armor (35% of player armor) SetModifierValue(UNIT_MOD_STAT_STAMINA, BASE_VALUE,float(m_owner->GetStat(STAT_STAMINA)) * 0.3f); // Bonus Stamina (30% of player stamina) + if(!HasAura(58877))//prevent apply twice for the 2 wolves + AddAura(58877, this);//Spirit Hunt, passive, Spirit Wolves' attacks heal them and their master for 150% of damage done. break; } case 31216: // Mirror Image |