Update command handler to use actual real arguments

This commit is contained in:
Akkadius
2019-12-23 01:31:39 -06:00
parent 2ab0ce19a7
commit 4b69f56a65
5 changed files with 73 additions and 35 deletions
+1
View File
@@ -179,6 +179,7 @@ public:
bool DeleteAccount(const char *name, const char* loginserver);
bool GetLiveChar(uint32 account_id, char* cname);
bool SetAccountStatus(const char* name, int16 status);
bool SetAccountStatus(const std::string& account_name, int16 status);
bool SetLocalPassword(uint32 accid, const char* password);
bool UpdateLiveChar(char* charname, uint32 account_id);