[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;
aura->SetLoadedState(caster_guid,damage,maxduration,remaintime,remaincharges);
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() );