diff options
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r-- | src/game/Unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index be35c13a9d3..a46a6de8106 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1003,6 +1003,7 @@ class MANGOS_DLL_SPEC Unit : public WorldObject void RemoveAurasWithDispelType( DispelType type );
void RemoveAllAuras();
+ void RemoveArenaAuras(bool onleave = false);
void RemoveAllAurasOnDeath();
void DelayAura(uint32 spellId, uint32 effindex, int32 delaytime);
|