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 79fff7a7351..4281ac55038 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1161,6 +1161,7 @@ class TRINITY_DLL_SPEC Unit : public WorldObject bool RemoveNoStackAurasDueToAura(Aura *Aur); void RemoveAurasWithInterruptFlags(uint32 flags, uint32 except = 0); void RemoveAurasWithDispelType( DispelType type ); + void RemoveMovementImpairingAuras(); void RemoveAllAuras(); void RemoveArenaAuras(bool onleave = false); |