diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-12 01:38:41 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-12 01:38:41 +0000 |
commit | 664d34d836c774fde315d28b2b96db816573b357 (patch) | |
tree | 96828cb6642eb662554974b51ce341d133d61767 /Changelog-Trunk.txt | |
parent | 44539d3a09582fb5fb251578c70b8974bd20aafb (diff) | |
download | hercules-664d34d836c774fde315d28b2b96db816573b357.tar.gz hercules-664d34d836c774fde315d28b2b96db816573b357.tar.bz2 hercules-664d34d836c774fde315d28b2b96db816573b357.tar.xz hercules-664d34d836c774fde315d28b2b96db816573b357.zip |
* Fixed script command setd always assuming value parameter to be a string, which causes hexadecimal and octal numbers not being handled properly (topic:261833, followup to r14577 and r14578).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14581 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 084a09c3d..6f4f42cf1 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2010/12/11 + * Fixed script command setd always assuming value parameter to be a string, which causes hexadecimal and octal numbers not being handled properly (topic:261833, followup to r14577 and r14578). [Ai4rei] * Updates to dynamic server information `ragsrvinfo` on SQL. [Ai4rei] - Fixed exp and drop rates (int) getting truncated (short) when sent to char-server. - Removed `motd` from `ragsrvinfo` as it is not dynamically changed by the server and as such can be read by 3rd party applications directly from conf/motd.txt if required. |