[7138] Prevent spam aura add in logs. Output only in detail mode.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Butch3r 2009-01-22 00:09:38 +03:00 committed by VladimirMangos
parent c54383360a
commit 3adbf3e00f
2 changed files with 2 additions and 2 deletions

View file

@ -14589,7 +14589,7 @@ void Player::_LoadAuras(QueryResult *result, uint32 timediff)
damage = aura->GetModifier()->m_amount; damage = aura->GetModifier()->m_amount;
aura->SetLoadedState(caster_guid,damage,maxduration,remaintime,remaincharges); aura->SetLoadedState(caster_guid,damage,maxduration,remaintime,remaincharges);
AddAura(aura); AddAura(aura);
sLog.outString("Added aura spellid %u, effect %u", spellproto->Id, effindex); sLog.outDetail("Added aura spellid %u, effect %u", spellproto->Id, effindex);
} }
} }
while( result->NextRow() ); while( result->NextRow() );

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "7137" #define REVISION_NR "7138"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__