summaryrefslogtreecommitdiff
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.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/account-server/account.hpp b/src/account-server/account.hpp
index dfc5210f..9b4abb68 100644
--- a/src/account-server/account.hpp
+++ b/src/account-server/account.hpp
@@ -147,12 +147,11 @@ class Account
void addCharacter(Character *character);
/**
- * Remove a character.
+ * Removes a character from the account.
*
- * @param name The character's name to delete.
+ * @param i index of the character.
*/
- bool
- delCharacter(std::string const &name);
+ void delCharacter(int i);
/**