summaryrefslogtreecommitdiff
path: root/src/server/game/Accounts/AccountMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/game/Accounts/AccountMgr.h')
-rw-r--r--src/server/game/Accounts/AccountMgr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/game/Accounts/AccountMgr.h b/src/server/game/Accounts/AccountMgr.h
index 0a17e7da01..4bc954b375 100644
--- a/src/server/game/Accounts/AccountMgr.h
+++ b/src/server/game/Accounts/AccountMgr.h
@@ -36,10 +36,10 @@ enum AccountOpResult
namespace AccountMgr
{
- AccountOpResult CreateAccount(std::string username, std::string password);
- AccountOpResult DeleteAccount(uint32 accountId);
- AccountOpResult ChangeUsername(uint32 accountId, std::string newUsername, std::string newPassword);
- AccountOpResult ChangePassword(uint32 accountId, std::string newPassword);
+ AccountOpResult CreateAccount(std::string username, std::string password);
+ AccountOpResult DeleteAccount(uint32 accountId);
+ AccountOpResult ChangeUsername(uint32 accountId, std::string newUsername, std::string newPassword);
+ AccountOpResult ChangePassword(uint32 accountId, std::string newPassword);
bool CheckPassword(uint32 accountId, std::string password);
uint32 GetId(std::string const& username);