mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[11041] Tabs to spaces
This commit is contained in:
parent
bf04f46011
commit
452b3d9e05
5 changed files with 13 additions and 13 deletions
|
|
@ -7992,7 +7992,7 @@ void Aura::HandleAuraModAllCritChance(bool apply, bool Real)
|
|||
((Player*)target)->UpdateAllSpellCritChances();
|
||||
}
|
||||
|
||||
void Aura::SetAuraMaxDuration( int32 duration )
|
||||
void Aura::SetAuraMaxDuration(int32 duration)
|
||||
{
|
||||
m_maxduration = duration;
|
||||
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ class MANGOS_DLL_SPEC SpellAuraHolder
|
|||
void SetTarget(Unit* target) { m_target = target; }
|
||||
|
||||
bool IsPermanent() const { return m_permanent; }
|
||||
void SetPermanent (bool permanent) { m_permanent = permanent; }
|
||||
void SetPermanent(bool permanent) { m_permanent = permanent; }
|
||||
bool IsPassive() const { return m_isPassive; }
|
||||
bool IsDeathPersistent() const { return m_isDeathPersist; }
|
||||
bool IsPersistent() const;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11040"
|
||||
#define REVISION_NR "11041"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue