From 99e14d41865086107ec9d69ce725d98d522e448a Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Fri, 31 Aug 2007 09:14:03 +0000 Subject: Tidied up account server. --- src/account-server/account.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/account-server/account.hpp') 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); /** -- cgit v1.2.3-60-g2f50