Change vars to be more consistent [skip ci]

This commit is contained in:
Akkadius
2019-09-08 03:23:47 -05:00
parent 4f20236440
commit 1e6a67e1ad
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ public:
* @param password
* @param email
* @param source_loginserver
* @param ls_account_id
* @param login_account_id
* @return
*/
static int32 CreateLoginServerAccount(
@@ -39,7 +39,7 @@ public:
std::string password,
std::string email = "",
const std::string &source_loginserver = "local",
uint32 ls_account_id = 0
uint32 login_account_id = 0
);
/**