aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.h
diff options
context:
space:
mode:
authorQAston <none@none>2009-02-21 19:58:04 +0100
committerQAston <none@none>2009-02-21 19:58:04 +0100
commita0c920265d39b799458bb5369dd14a40fbc24c35 (patch)
treeb07b960c43217edc00e5caaf79bf6c4266817533 /src/game/Unit.h
parent316a8ca8d37cf9c9f7e21455d52fd59dc60e7ca8 (diff)
*Handle aura SPELL_AURA_RAID_PROC_FROM_CHARGE_WITH_VALUE.
*Fix Prayer of Mending tier 7 bonus, Prayer of Mending cast on pet, Prayer of Mending healing bonus from caster. --HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r--src/game/Unit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h
index 0e0bbda6225..d57440c4cd4 100644
--- a/src/game/Unit.h
+++ b/src/game/Unit.h
@@ -1585,7 +1585,8 @@ class TRINITY_DLL_SPEC Unit : public WorldObject
bool HandleHasteAuraProc( Unit *pVictim, uint32 damage, Aura* triggredByAura, SpellEntry const *procSpell, uint32 procFlag, uint32 procEx, uint32 cooldown);
bool HandleProcTriggerSpell(Unit *pVictim, uint32 damage, Aura* triggredByAura, SpellEntry const *procSpell, uint32 procFlag, uint32 procEx, uint32 cooldown);
bool HandleOverrideClassScriptAuraProc(Unit *pVictim, uint32 damage, Aura* triggredByAura, SpellEntry const *procSpell, uint32 cooldown);
- bool HandleMeandingAuraProc(Aura* triggeredByAura);
+ bool HandleAuraRaidProcFromChargeWithValue(Aura* triggeredByAura);
+ bool HandleAuraRaidProcFromCharge(Aura* triggeredByAura);
void SetFeared(bool apply);
void SetConfused(bool apply);