diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-16 15:26:27 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-16 15:26:27 +0000 |
commit | 1e96fe7d63e6ec25cad98a5b1bef1b81e2c00fb6 (patch) | |
tree | c0ae3c85530ad4ea4c6d1e02776427dfb245004a /Changelog-Trunk.txt | |
parent | b8bec28b62db49329ca30bf5d04b37c40cb147ea (diff) | |
download | hercules-1e96fe7d63e6ec25cad98a5b1bef1b81e2c00fb6.tar.gz hercules-1e96fe7d63e6ec25cad98a5b1bef1b81e2c00fb6.tar.bz2 hercules-1e96fe7d63e6ec25cad98a5b1bef1b81e2c00fb6.tar.xz hercules-1e96fe7d63e6ec25cad98a5b1bef1b81e2c00fb6.zip |
* Edited atcommand and charcommand syntax. Now it doesn't need the useless character name and ":".
modified Changelog-Trunk.txt
modified src/map/atcommand.c
modified src/map/atcommand.h
modified src/map/charcommand.c
modified src/map/charcommand.h
modified src/map/clif.c
modified src/map/map.c
modified src/map/script.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9230 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 464449661..6f7a4dafe 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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.
2006/11/16
+ * Edited atcommand and charcommand syntax. Now it doesn't need the useless
+ character name and ":". [Lance]
* Shadow Jump and Kirikage won't "move" you if you use them in GvG grounds.
Fixed Kirikage so it first warps you, and then you unhide. [Skotlex]
* Corrected Zeny Nage so the Zeny spent on the attack is always the exact
|