summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-17 12:56:44 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-17 12:56:44 +0000
commit89505d51a27dc68cbac42b5e528aa823cc835b70 (patch)
treea1f7cb35b2262ed8733a954593bf8e87eaed69f3 /ChangeLog
parent0d187f7e18301901502fe5586ee3f7a30a2bac68 (diff)
downloadmanaserv-89505d51a27dc68cbac42b5e528aa823cc835b70.tar.gz
manaserv-89505d51a27dc68cbac42b5e528aa823cc835b70.tar.bz2
manaserv-89505d51a27dc68cbac42b5e528aa823cc835b70.tar.xz
manaserv-89505d51a27dc68cbac42b5e528aa823cc835b70.zip
Handled multiple connections by allowing client to take over characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de07c8ff..22c66ab3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* src/scripting/lua.cpp, data/test.lua: Added Lua function for trading
between players and NPCs.
+ * src/game-server/gamehandler.cpp, src/game-server/gamehandler.hpp,
+ src/game-server/accountconnection.cpp: Handled multiple connections by
+ allowing clients to take over characters.
2007-08-16 Guillaume Melquiond <guillaume.melquiond@gmail.com>