summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-05-23 14:05:38 +0000
committerDavid Athay <ko2fan@gmail.com>2008-05-23 14:05:38 +0000
commit8d90d6d742766ef7af2aedc36c4b434c1cc61fda (patch)
tree4001ebb6a0809b7b5dd9bb2791e903abcbbb338d /ChangeLog
parent45f0e8a6c867eb7548b4680a727e8b3cdd23f012 (diff)
downloadmanaserv-8d90d6d742766ef7af2aedc36c4b434c1cc61fda.tar.gz
manaserv-8d90d6d742766ef7af2aedc36c4b434c1cc61fda.tar.bz2
manaserv-8d90d6d742766ef7af2aedc36c4b434c1cc61fda.tar.xz
manaserv-8d90d6d742766ef7af2aedc36c4b434c1cc61fda.zip
Use guildmanager to add users to guilds so its stored in the db.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66cf172b..5b9068eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-23 David Athay <ko2fan@gmail.com>
+
+ * src/chat-server/guildmanager.cpp,
+ src/chat-server/guildmanager.hpp, src/chat-server/chathandler.cpp:
+ Use guildmanager to add users to guilds so its stored in the db.
+
2008-05-22 Philipp Sehmisch <tmw@crushnet.org>
* src/game-server/being.hpp, src/game-server/collisiondetection.cpp,