Finished the character management, but it needs testing.

This commit is contained in:
Kayne Ruse
2014-05-11 20:13:27 +10:00
parent b7877962f1
commit 80a26341b1
4 changed files with 77 additions and 11 deletions
+1
View File
@@ -162,6 +162,7 @@ void ServerApplication::UnloadUserAccount(int uid) {
//save this user account, and then unload it
SaveUserAccount(uid);
accountMap.erase(uid);
//TODO: unload this account's characters?
}
void ServerApplication::DeleteUserAccount(int uid) {