diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-27 23:06:38 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-27 23:06:38 +0000 |
commit | 49611a1d230f295bb048da4de4244c18a6eb3453 (patch) | |
tree | 2c5f8d3077466cc350d77937d35ad5575abd582c /Changelog-Trunk.txt | |
parent | 35e3bbd3369913689d8402de8ec7115ee75fa431 (diff) | |
download | hercules-49611a1d230f295bb048da4de4244c18a6eb3453.tar.gz hercules-49611a1d230f295bb048da4de4244c18a6eb3453.tar.bz2 hercules-49611a1d230f295bb048da4de4244c18a6eb3453.tar.xz hercules-49611a1d230f295bb048da4de4244c18a6eb3453.zip |
Simple cleanup
- removed atcommands @w, @server_date/time, @red, @happyhappyjoyjoy, @shuffle
- synced gm level of @jailfor, @charjailtime, @npcmove, @chardropall, @charstoreall, @send, @mute, @changelook, @exp and @nuke
- added conf entries for @whozeny, @kamic, @tonpc, @petid, @identify, @adopt, @trade, @changelook, @send
- reorganized the atcommand_athena.conf file a bit
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9731 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e3fa65381..8b12cf529 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,7 +4,16 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/01/27 + * Simple cleanup + - removed atcommands @w, @server_date/time, @red, @happyhappyjoyjoy, @shuffle + - synced gm level of @jailfor, @charjailtime, @npcmove, @chardropall, + @charstoreall, @send, @mute, @changelook, @exp and @nuke + - added conf entries for @whozeny, @kamic, @tonpc, @petid, @identify, @adopt, + @trade, @changelook, @send + - reorganized the atcommand_athena.conf file a bit * Corrected indentation of the atcommand table (editor compatibility) + * BEGIN atcommand cleanup process + (according to http://www.eathena.ws/board/index.php?showtopic=111996) * Fixed a C language restriction preventing compilation [ultramage] 2007/01/26 * Removed all those useless read-from-GRF features noone would ever use, |