diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-19 23:06:42 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-19 23:06:42 +0000 |
commit | 263a6ed472cf53802701a41577b96a62c571c10f (patch) | |
tree | 01361d3a859892ef77a614340bea5225cd08bff0 /Changelog-Trunk.txt | |
parent | 5ebe04fedf0f0220aabce05472d7cb7aed4acc01 (diff) | |
download | hercules-263a6ed472cf53802701a41577b96a62c571c10f.tar.gz hercules-263a6ed472cf53802701a41577b96a62c571c10f.tar.bz2 hercules-263a6ed472cf53802701a41577b96a62c571c10f.tar.xz hercules-263a6ed472cf53802701a41577b96a62c571c10f.zip |
- Added support for skipping empty string menu entries for the select() command (just as `menu` has it already)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8816 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 c743e1800..ef3977707 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/09/19
+ * Added support for skipping empty string menu entries for the select()
+ command (just as `menu` has it already) [Skotlex]
* Fixed pc_set_hate_mob letting you place mobs on any of the three
positions regardless of size [Skotlex]
* The double continuation error will now display both scripts that
|