Skip to content

Commit

Permalink
[11671] Druid t8 Restoration 4p bonus
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
Den authored and VladimirMangos committed Jun 25, 2011
1 parent c4a98ef commit c716369
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/game/SpellAuras.cpp
Expand Up @@ -5254,6 +5254,11 @@ void Aura::HandlePeriodicHeal(bool apply, bool /*Real*/)
}

m_modifier.m_amount = caster->SpellHealingBonusDone(target, GetSpellProto(), m_modifier.m_amount, DOT, GetStackAmount());

// Rejuvenation
if (GetSpellProto()->IsFitToFamily(SPELLFAMILY_DRUID, UI64LIT(0x0000000000000010)))
if (caster->HasAura(64760)) // Item - Druid T8 Restoration 4P Bonus
caster->CastCustomSpell(target, 64801, &m_modifier.m_amount, NULL, NULL, true, NULL);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11670"
#define REVISION_NR "11671"
#endif // __REVISION_NR_H__

0 comments on commit c716369

Please sign in to comment.