mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 07:21:48 +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;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// first letter capitalized and rest made lower case
|
||||||
std::string FormatName(const std::string& char_name)
|
std::string FormatName(const std::string& char_name)
|
||||||
{
|
{
|
||||||
std::string formatted(char_name);
|
std::string formatted(char_name);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user