diff options
Diffstat (limited to 'src/net/accountserver/account.h')
-rw-r--r-- | src/net/accountserver/account.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/accountserver/account.h b/src/net/accountserver/account.h index 8af75eb9..6a8c4e08 100644 --- a/src/net/accountserver/account.h +++ b/src/net/accountserver/account.h @@ -35,7 +35,7 @@ namespace Net void createCharacter(const std::string &name, char hairStyle, char hairColor, char gender, short strength, short agility, short vitality, - short intelligence, short dexterity, short willpower, short charisma); + short intelligence, short dexterity, short willpower); void deleteCharacter(char slot); |