mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
Add spaces after commas
This commit is contained in:
@@ -92,7 +92,7 @@ void CharacterDatabaseCleaner::CheckUnique(const char* column, const char* table
|
||||
found = true;
|
||||
}
|
||||
else
|
||||
ss << ",";
|
||||
ss << ", ";
|
||||
|
||||
ss << id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user