summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/accounthandler.hpp')
-rw-r--r--src/account-server/accounthandler.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/account-server/accounthandler.hpp b/src/account-server/accounthandler.hpp
index d7058906..cb4c266b 100644
--- a/src/account-server/accounthandler.hpp
+++ b/src/account-server/accounthandler.hpp
@@ -127,9 +127,9 @@ class AccountHandler : public ConnectionHandler
void
handleCharacterDeleteMessage(AccountClient &computer, MessageIn &msg);
-
+
/**
- * Send guild join for each guild the player belongs to
+ * Send guild join for each guild the player belongs to.
*/
void
handleGuildJoining(AccountClient &computer, CharacterData *character);