summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-10 09:56:19 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-10 09:56:19 +0000
commit0bd3f775424d89eb9fa8998b2ab1298660011a96 (patch)
tree2f7ec5be27f8f208ec78a2cc338d14649ce0eb1d /Changelog-Trunk.txt
parent9513fe4afbef6e2d290df7075d84582fe3e3edff (diff)
downloadhercules-0bd3f775424d89eb9fa8998b2ab1298660011a96.tar.gz
hercules-0bd3f775424d89eb9fa8998b2ab1298660011a96.tar.bz2
hercules-0bd3f775424d89eb9fa8998b2ab1298660011a96.tar.xz
hercules-0bd3f775424d89eb9fa8998b2ab1298660011a96.zip
* Made script command 'charisalpha' always return 1 when 'isaplha' is true, rather than to return the return value of 'isalpha' which is only defined as zero/non-zero and can be different from 1 (bugreport:2024, related r2003).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14661 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 51ec60c42..dabd56d5b 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,7 @@
Date Added
+2011/01/10
+ * Made script command 'charisalpha' always return 1 when 'isaplha' is true, rather than to return the return value of 'isalpha' which is only defined as zero/non-zero and can be different from 1 (bugreport:2024, related r2003). [Ai4rei]
2011/01/09
* Fixed packet_len entry for packet 0x289 (ZC_PC_CASH_POINT_UPDATE) not matching the actual size used in clif_cashshop_ack (bugreport:4701, since r14639, follow up to r12264). [Ai4rei]
2011/01/08