diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-19 17:04:12 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-19 17:04:12 +0000 |
commit | 56cff3487e8605b94776c21860ed61ee30de01fc (patch) | |
tree | 0c4b0640848e1afa18a85a4d14268c578eae8a7b /Changelog-Trunk.txt | |
parent | 1600b2069d640c1d199811d4c83814efb180cd5c (diff) | |
download | hercules-56cff3487e8605b94776c21860ed61ee30de01fc.tar.gz hercules-56cff3487e8605b94776c21860ed61ee30de01fc.tar.bz2 hercules-56cff3487e8605b94776c21860ed61ee30de01fc.tar.xz hercules-56cff3487e8605b94776c21860ed61ee30de01fc.zip |
Fixed a client crash during SQL char selection if you for some reason had more than 9 characters in your account
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9674 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 edc2e6dee..d999a2086 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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. 2007/01/19 + * Fixed a client crash during SQL char selection if you for some reason had + more than 9 characters in your account (thanks to Daegaladh) [ultramage] + - note that the TXT version already guards against this since long ago * Merged Rayce's cleanups of the script engine that account for duplicate labels, non-numeric labels and makes the engine case-insensitive towards keywords like if/case/switch/etc/ |