diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-17 12:40:38 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-17 12:40:38 +0000 |
commit | b4604078644df8118a768996d9900a96276b30e5 (patch) | |
tree | 07bf4e56edda3a12da937f3ff66d3832797a9639 /Changelog-Trunk.txt | |
parent | cedf697fab37191c949d0306297513158a12142b (diff) | |
download | hercules-b4604078644df8118a768996d9900a96276b30e5.tar.gz hercules-b4604078644df8118a768996d9900a96276b30e5.tar.bz2 hercules-b4604078644df8118a768996d9900a96276b30e5.tar.xz hercules-b4604078644df8118a768996d9900a96276b30e5.zip |
* Random script engine clean-ups that have accumulated over time.
- Resolved unnecessary script_getnum re-evaluation in a loop in script command 'npcshopdelitem' (since r7120).
- Script commands 'menu', 'select' and 'prompt' now warn, when there are more menu options, than the client can handle correctly (TODO from r10316).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14597 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9e017cdd4..bb67de9a6 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,9 @@ Date Added +2010/12/17 + * Random script engine clean-ups that have accumulated over time. [Ai4rei] + - Resolved unnecessary script_getnum re-evaluation in a loop in script command 'npcshopdelitem' (since r7120). + - Script commands 'menu', 'select' and 'prompt' now warn, when there are more menu options, than the client can handle correctly (TODO from r10316). 2010/12/16 * Reverted r14525 (introduction of SV_READDB_MAX_FIELDS) because it causes confusion to certain group of users and depends on MAX_LEVEL since r14526. [Ai4rei] - Made sv_readdb be able to process any amount of columns instead. |