aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-16 20:01:01 -0600
committermegamage <none@none>2009-02-16 20:01:01 -0600
commit4ff544f368a9dcd63599e7d1ca5082e263cf8bdc (patch)
treeb415ca75f96a11bee773334a592d957f5fc8f6bf /src/game/Unit.h
parentda6390f980de4b65b02aca9eb4717b52922796d4 (diff)
*Update add/remove aura code.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r--src/game/Unit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h
index f24a0705128..a767bbe08eb 100644
--- a/src/game/Unit.h
+++ b/src/game/Unit.h
@@ -1347,7 +1347,6 @@ class TRINITY_DLL_SPEC Unit : public WorldObject
HostilRefManager& getHostilRefManager() { return m_HostilRefManager; }
VisibleAuraMap const *GetVisibleAuras() { return &m_visibleAuras; }
- uint8 GetVisibleAurasCount() { return m_visibleAuras.size(); }
AuraSlotEntry * GetVisibleAura(uint8 slot)
{
VisibleAuraMap::iterator itr = m_visibleAuras.find(slot);