mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[10505] Remove unused stuff
Signed-off-by: Laise <fenrisse@gmail.com>
This commit is contained in:
parent
e766102457
commit
19d028d099
2 changed files with 1 additions and 3 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10504"
|
||||
#define REVISION_NR "10505"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue