From e0fe0929b76901aa32d02e2c53aa05dd4464cec3 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 10 Jun 2009 19:04:44 -0500 Subject: *Fix build in *nix. --HG-- branch : trunk --- src/game/Unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game') 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); -- cgit v1.2.3