diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-11 21:52:27 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-11 21:52:27 +0000 |
commit | 7f52e01fda112cf0fe42a72bd577ab2de938ee5b (patch) | |
tree | 39d6d59b88ff54162699c078577411ac3ac7762a /Changelog-Trunk.txt | |
parent | 61913f7c7688300d783ee5836d50e44048728e28 (diff) | |
download | hercules-7f52e01fda112cf0fe42a72bd577ab2de938ee5b.tar.gz hercules-7f52e01fda112cf0fe42a72bd577ab2de938ee5b.tar.bz2 hercules-7f52e01fda112cf0fe42a72bd577ab2de938ee5b.tar.xz hercules-7f52e01fda112cf0fe42a72bd577ab2de938ee5b.zip |
* Added support for checking argument data type of built-in script functions (bugreport:1701, topic:261833, related r14573).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14577 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 51523562d..56e201b7b 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2010/12/11 + * Added support for checking argument data type of built-in script functions (bugreport:1701, topic:261833, related r14573). [Ai4rei] * Fixed error message in intif_parse_mercenary_received printing wrong struct size (bugreport:4633, since r13116). [Ai4rei] 2010/12/10 * Replaced buildin_getpartyname_sub, buildin_getguildname_sub and buildin_getguildmaster_sub, which create only unnecessary overhead, with equivalent inlined code. [Ai4rei] |