diff options
Diffstat (limited to 'src/game/HostilRefManager.h')
-rw-r--r-- | src/game/HostilRefManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/HostilRefManager.h b/src/game/HostilRefManager.h index 3a675deed32..defaea1ea12 100644 --- a/src/game/HostilRefManager.h +++ b/src/game/HostilRefManager.h @@ -46,6 +46,8 @@ class HostilRefManager : public RefManager<Unit, ThreatManager> // use for buffs and healing threat functionality void threatAssist(Unit *pVictim, float fThreat, SpellEntry const *threatSpell = 0, bool pSingleTarget = false); + void addTempThreat(float fThreat, bool apply); + void addThreatPercent(int32 iPercent); // The references are not needed anymore |