summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-08 17:31:00 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-08 17:31:00 +0000
commit21c0c9d07b897235b422c004394325dd07daa304 (patch)
treeb36435c7e8692c3083182ff48bddd6ec86da7691 /ChangeLog
parentf23ebba72f01fc6fac49211a50ca008c8af4ed84 (diff)
downloadmanaserv-21c0c9d07b897235b422c004394325dd07daa304.tar.gz
manaserv-21c0c9d07b897235b422c004394325dd07daa304.tar.bz2
manaserv-21c0c9d07b897235b422c004394325dd07daa304.tar.xz
manaserv-21c0c9d07b897235b422c004394325dd07daa304.zip
Update account database on unexpected client disconnection.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf5e98cc..80555d5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
src/game-server/testing.cpp: Specified the monster specy being spawned.
* src/game-server/monster.cpp, src/game-server/monster.hpp: Added
monster drops.
+ * src/game-server/gamehandler.cpp: Update account database on
+ unexpected client disconnection.
2007-07-07 Guillaume Melquiond <guillaume.melquiond@gmail.com>