mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Add comment to FormatName
This commit is contained in:
parent
b85feb5461
commit
d2ad2ec078
@ -593,6 +593,7 @@ std::string numberToWords(unsigned long long int n)
|
||||
return res;
|
||||
}
|
||||
|
||||
// first letter capitalized and rest made lower case
|
||||
std::string FormatName(const std::string& char_name)
|
||||
{
|
||||
std::string formatted(char_name);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user