diff options
| author | megamage <none@none> | 2009-02-16 20:01:01 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-16 20:01:01 -0600 |
| commit | 4ff544f368a9dcd63599e7d1ca5082e263cf8bdc (patch) | |
| tree | b415ca75f96a11bee773334a592d957f5fc8f6bf /src/game/Unit.h | |
| parent | da6390f980de4b65b02aca9eb4717b52922796d4 (diff) | |
*Update add/remove aura code.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.h')
| -rw-r--r-- | src/game/Unit.h | 1 |
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); |
