diff options
| author | megamage <none@none> | 2009-06-10 19:04:44 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-06-10 19:04:44 -0500 |
| commit | e0fe0929b76901aa32d02e2c53aa05dd4464cec3 (patch) | |
| tree | 6b19b36dcdb7513dc45f9a50873761b0d065cdcf /src | |
| parent | 50d9c8e9eeddd3fdc4551e5873a57e5da5425b8d (diff) | |
*Fix build in *nix.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/Unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index 039dabd791f..2c68f4d5c0c 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1404,7 +1404,7 @@ class TRINITY_DLL_SPEC Unit : public WorldObject void RemoveNotOwnSingleTargetAuras(); bool RemoveNoStackAurasDueToAura(Aura *Aur); void RemoveAurasWithInterruptFlags(uint32 flag, uint32 except = NULL); - void Unit::RemoveAurasWithFamily(uint32 family, uint32 familyFlag1, uint32 familyFlag2, uint32 familyFlag3, uint64 casterGUID); + void RemoveAurasWithFamily(uint32 family, uint32 familyFlag1, uint32 familyFlag2, uint32 familyFlag3, uint64 casterGUID); void RemoveMovementImpairingAuras(); void RemoveAllAuras(); void RemoveArenaAuras(bool onleave = false); |
