[11671] Druid t8 Restoration 4p bonus

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Den 2011-06-25 05:34:33 +04:00 committed by VladimirMangos
parent 04a469f393
commit d395df0d06
2 changed files with 6 additions and 1 deletions

View file

@ -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);
}
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11670"
#define REVISION_NR "11671"
#endif // __REVISION_NR_H__