mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[10279] Unused function declarations after aura holders.
This commit is contained in:
parent
5d0b9d2808
commit
04cb020e86
2 changed files with 1 additions and 3 deletions
|
|
@ -483,8 +483,6 @@ class MANGOS_DLL_SPEC Aura
|
|||
|
||||
SpellAuraHolder* const m_spellAuraHolder;
|
||||
private:
|
||||
void CleanupTriggeredSpells();
|
||||
bool IsNeedVisibleSlot(Unit const* caster) const; // helper for check req. visibility slot
|
||||
void ReapplyAffectedPassiveAuras(Unit* target, bool owner_mode);
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10278"
|
||||
#define REVISION_NR "10279"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue