[6922] Whitespace and newline fixes

This should fix the GCC "no newline at end of file" warnings.

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2008-12-19 23:25:20 +01:00 committed by tomrus88
parent ba868910e2
commit d75812749f
7 changed files with 16 additions and 16 deletions

View file

@ -579,7 +579,7 @@ void ObjectMgr::LoadCreatureLocales()
sLog.outString();
sLog.outString( ">> Loaded %u creature locale strings", mCreatureLocaleMap.size() );
}
void ObjectMgr::LoadCompletedAchievements()
{
QueryResult *result = CharacterDatabase.Query("SELECT achievement FROM character_achievement GROUP BY achievement");