diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-17 12:56:44 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-17 12:56:44 +0000 |
commit | 89505d51a27dc68cbac42b5e528aa823cc835b70 (patch) | |
tree | a1f7cb35b2262ed8733a954593bf8e87eaed69f3 /ChangeLog | |
parent | 0d187f7e18301901502fe5586ee3f7a30a2bac68 (diff) | |
download | manaserv-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |