mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[11671] Druid t8 Restoration 4p bonus
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
04a469f393
commit
d395df0d06
2 changed files with 6 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11670"
|
||||
#define REVISION_NR "11671"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue