mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[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:
parent
ba868910e2
commit
d75812749f
7 changed files with 16 additions and 16 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue