summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-05-29 16:50:34 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-05-29 16:50:34 +0000
commitd926241b94baa93138ecbb73619bd3a3920493ee (patch)
tree91d401a45e82d9debaefa159f6e85f1fc2fca012 /ChangeLog
parent8d90d6d742766ef7af2aedc36c4b434c1cc61fda (diff)
downloadmanaserv-d926241b94baa93138ecbb73619bd3a3920493ee.tar.gz
manaserv-d926241b94baa93138ecbb73619bd3a3920493ee.tar.xz
manaserv-d926241b94baa93138ecbb73619bd3a3920493ee.zip
Fixed execution of commands even if the user has insufficient rights (patch by
rodge).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b9068e..4e086a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-29 Roderic Morris <roderic@ccs.neu.edu>
+
+ * src/game-server/command.cpp: Fixed execution of commands even if the
+ user has insufficient rights.
+
2008-05-23 David Athay <ko2fan@gmail.com>
* src/chat-server/guildmanager.cpp,
@@ -8,10 +13,10 @@
* src/game-server/being.hpp, src/game-server/collisiondetection.cpp,
src/game-server/collisiondetection.hpp, src/scripting/lua:cpp,
- data/scripts/libtmw.lua: Implemented script bindings for getting beings
- in a circular map area and damaging beings.
- * data/test.lua: Scripted an NPC which damages all monsters and characters
- which come close to it.
+ data/scripts/libtmw.lua: Implemented script bindings for getting
+ beings in a circular map area and damaging beings.
+ * data/test.lua: Scripted an NPC which damages all monsters and
+ characters which come close to it.
2008-05-22 Roderic Morris <roderic@ccs.neu.edu>