summaryrefslogtreecommitdiffstats
path: root/src/account-server/account.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/account.hpp')
-rw-r--r--src/account-server/account.hpp15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/account-server/account.hpp b/src/account-server/account.hpp
index 6b1cf8a..7c5b570 100644
--- a/src/account-server/account.hpp
+++ b/src/account-server/account.hpp
@@ -56,24 +56,11 @@ class Account
Account(const std::string& name,
const std::string& password,
const std::string& email,
+ int level,
int id = -1);
/**
- * Constructor with initial account info.
- *
- * @param name the user name.
- * @param password the user password.
- * @param email the user email.
- * @param characters the characters.
- */
- Account(const std::string& name,
- const std::string& password,
- const std::string& email,
- const Characters& characters);
-
-
- /**
* Destructor.
*/
~Account();