diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-10 14:45:41 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-10 14:45:41 +0000 |
commit | f562abbf2980c66e5c16f30ea667b758e796ae4e (patch) | |
tree | 5b93dd4d009c98bc0c42e90111464444127f9c6c /ChangeLog | |
parent | f990980f80ab1523086edba1bed222741d716fa0 (diff) | |
download | manaserv-f562abbf2980c66e5c16f30ea667b758e796ae4e.tar.gz manaserv-f562abbf2980c66e5c16f30ea667b758e796ae4e.tar.bz2 manaserv-f562abbf2980c66e5c16f30ea667b758e796ae4e.tar.xz manaserv-f562abbf2980c66e5c16f30ea667b758e796ae4e.zip |
Added Lua function for warping people around.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ * src/game-server/testing.cpp, src/game-server/state.cpp, src/game-server/mapcomposite.cpp, src/game-server/mapcomposite.hpp: Associated scripts to maps. + * src/scripting/lua.cpp, data/test.lua: Added Lua function for warping + people around. 2007-08-09 Guillaume Melquiond <guillaume.melquiond@gmail.com> |