diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-11 10:40:52 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-11 10:40:52 +0000 |
commit | a24b7ddbd3dcc44f9a158414340283b2aa25ff6d (patch) | |
tree | 4de4a7ee7a8003650a828dff3b5101963d5d90fe /Changelog-Trunk.txt | |
parent | 1142aaf9e81d4532aa3f49fbc4a69a8a53976999 (diff) | |
download | hercules-a24b7ddbd3dcc44f9a158414340283b2aa25ff6d.tar.gz hercules-a24b7ddbd3dcc44f9a158414340283b2aa25ff6d.tar.bz2 hercules-a24b7ddbd3dcc44f9a158414340283b2aa25ff6d.tar.xz hercules-a24b7ddbd3dcc44f9a158414340283b2aa25ff6d.zip |
* Expanded the script command 'input': (bugreport:811)
- two new optional arguments 'min' and 'max'
- return value indicating if it's in the correct range
- config variables for the default value of the arguments: 'input_min_value' and 'input_max_value' in script_athena.conf
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12192 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 037d85419..7ea683182 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,12 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2008/02/11 + * Expanded the script command 'input': (bugreport:811) [FlavioJS] + - two new optional arguments 'min' and 'max' + - return value indicating if it's in the correct range + - config variables for the default value of the arguments: + 'input_min_value' and 'input_max_value' in script_athena.conf 2008/02/10 * Added two missing opt2 values, for Angelus and Bleeding status * Fixed Warp Portal code sometimes producing errors/crashes in the case |