summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-06-02 15:45:03 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-06-02 15:45:03 +0000
commitd828101f448520c191124f92d710ac5c3099529f (patch)
treebbcc27a1e7642b6568f56161ae7a1a0e3dfb9e4b /ChangeLog
parentf663df0088711641bcfe614ca6ec447ddff572de (diff)
downloadmanaserv-d828101f448520c191124f92d710ac5c3099529f.tar.gz
manaserv-d828101f448520c191124f92d710ac5c3099529f.tar.bz2
manaserv-d828101f448520c191124f92d710ac5c3099529f.tar.xz
manaserv-d828101f448520c191124f92d710ac5c3099529f.zip
Replaced some magic numbers in script files with variables for better code readability.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0bf8777..97e11b8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* data/test.lua: Used an example for schedule_in which is more in step with
actual practice. Used an example for schedule_every which is less annoying
for the server admin.
+ * data/test.lua, data/scripts/libtmw.lua: Replaced some magic numbers with
+ variables for better code readability.
2008-05-31 Philipp Sehmisch <tmw@crushnet.org>