[11041] Tabs to spaces

This commit is contained in:
zergtmn 2011-01-16 01:34:11 +05:00
parent bf04f46011
commit 452b3d9e05
5 changed files with 13 additions and 13 deletions

View file

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

View file

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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11040"
#define REVISION_NR "11041"
#endif // __REVISION_NR_H__