[10279] Unused function declarations after aura holders.

This commit is contained in:
VladimirMangos 2010-07-28 01:49:42 +04:00
parent 5d0b9d2808
commit 04cb020e86
2 changed files with 1 additions and 3 deletions

View file

@ -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);
};

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10278"
#define REVISION_NR "10279"
#endif // __REVISION_NR_H__