diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-02-06 12:18:46 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-02-06 12:18:46 +0000 |
commit | d48bc7cc19f8722cf46febfb9853de0b0e820c57 (patch) | |
tree | 80c823d809809aa01bc99ce3256bcad8364fbabd /Changelog-Trunk.txt | |
parent | 171066c9e4c7b1c26c6f99597551692ca00c6e0d (diff) | |
download | hercules-d48bc7cc19f8722cf46febfb9853de0b0e820c57.tar.gz hercules-d48bc7cc19f8722cf46febfb9853de0b0e820c57.tar.bz2 hercules-d48bc7cc19f8722cf46febfb9853de0b0e820c57.tar.xz hercules-d48bc7cc19f8722cf46febfb9853de0b0e820c57.zip |
* Replaced 'nameid < 500' checks in script commands 'countitem', 'countitem2' and 'autoequip' with stricter ones.
- This should stop meaningless itemdb_search warnings from said commands when an invalid item id is used.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14696 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index af44d3861..2733b46e9 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,8 @@ Date Added +2011/02/06 + * Replaced 'nameid < 500' checks in script commands 'countitem', 'countitem2' and 'autoequip' with stricter ones. [Ai4rei] + - This should stop meaningless itemdb_search warnings from said commands when an invalid item id is used. 2011/02/05 * Fixed NPCs with closing parenthesis in their name could not be duplicated (bugreport:3235). [Ai4rei] * Fixed closing 'switch' curly not causing script EOL processing to trigger, leading to the script line after the switch being handled as belonging to the curly-less statement block (bugreport:3273, since r3422). [Ai4rei] |