diff options
author | sketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-05 19:10:03 +0000 |
---|---|---|
committer | sketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-05 19:10:03 +0000 |
commit | 4981f26566e9d98ef813b5f2944dac86f1856421 (patch) | |
tree | 880a723a7094e6a3e314e4aee0777d6984822aa7 /Changelog-Trunk.txt | |
parent | 719a3c6f819cdd752d1719d8ed1cf21e47d8bbc5 (diff) | |
download | hercules-4981f26566e9d98ef813b5f2944dac86f1856421.tar.gz hercules-4981f26566e9d98ef813b5f2944dac86f1856421.tar.bz2 hercules-4981f26566e9d98ef813b5f2944dac86f1856421.tar.xz hercules-4981f26566e9d98ef813b5f2944dac86f1856421.zip |
Added @charcommands to return a list of available charcommands (bugreport:2630)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13435 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 7706c47ed..696d4a028 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -7,6 +7,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. * Fixed @mobsearch and @showmobs (bugreport:2481) [ultramage] - now only search for mobs on the same map as the caller - now properly distinguish between dead and alive mobs + * Added @charcommands to return a list of available charcommands (bugreport:2630) [SketchyPhoenix] 2008/12/31 * Changes to the script engine: [FlavioJS] - new stack datatype script_retinfo for C_RETINFO to hold all the return state info |