summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-29 08:43:50 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-29 08:43:50 +0000
commitd9ae86e09977082791d5b24e304eabc5456ab4cf (patch)
tree655700119e723d637144b57de6f177d331dc4bb6 /ChangeLog
parenta8dc1f23ab7eff1f6c4e59d11446e80ad6780d33 (diff)
downloadmanaserv-d9ae86e09977082791d5b24e304eabc5456ab4cf.tar.gz
manaserv-d9ae86e09977082791d5b24e304eabc5456ab4cf.tar.bz2
manaserv-d9ae86e09977082791d5b24e304eabc5456ab4cf.tar.xz
manaserv-d9ae86e09977082791d5b24e304eabc5456ab4cf.zip
Completed handler for admin commands, so that they can also touch local players.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce9d2731..99495d0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* data/scripts/libtmw.lua: Fixed race condition between quest_reply and
npc_next.
+ * src/game-server/command.cpp, src/game-server/gamehandler.cpp,
+ src/game-server/gamehandler.hpp: Completed handler for admin commands,
+ so that they can also touch local players.
2007-08-28 Guillaume Melquiond <guillaume.melquiond@gmail.com>