[10505] Remove unused stuff

Signed-off-by: Laise <fenrisse@gmail.com>
This commit is contained in:
nos4r2zod 2010-09-19 08:57:20 +02:00 committed by Laise
parent e766102457
commit 19d028d099
2 changed files with 1 additions and 3 deletions

View file

@ -419,8 +419,6 @@ class MANGOS_DLL_SPEC Aura
void ApplyModifier(bool apply, bool Real = false);
void UpdateAura(uint32 diff) { SetInUse(true); Update(diff); SetInUse(false); }
void _AddAura();
bool _RemoveAura();
void SetRemoveMode(AuraRemoveMode mode) { m_removeMode = mode; }

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10504"
#define REVISION_NR "10505"
#endif // __REVISION_NR_H__