summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-19 12:29:41 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-19 12:29:41 +0000
commit82498f572e4c6c26f2dc9545d7bc4c06a3c9eb0f (patch)
tree23b67ada26c4e4abb34f66e1825899240fdbd3cb /ChangeLog
parent31232e3a5702a7618fe40dc74f5d987a662cb081 (diff)
downloadmanaserv-82498f572e4c6c26f2dc9545d7bc4c06a3c9eb0f.tar.gz
manaserv-82498f572e4c6c26f2dc9545d7bc4c06a3c9eb0f.tar.bz2
manaserv-82498f572e4c6c26f2dc9545d7bc4c06a3c9eb0f.tar.xz
manaserv-82498f572e4c6c26f2dc9545d7bc4c06a3c9eb0f.zip
Allowed Lua scripts to query and change money.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a7de58b..52cc1891 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@
attributes.
* src/game-server/monster.cpp, src/game-server/character.hpp: Cleaned
fallout due to above patches.
+ * src/scripting/lua.cpp, data/test.lua: Allowed Lua scripts to query
+ and change money.
2007-08-18 Guillaume Melquiond <guillaume.melquiond@gmail.com>