diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-20 14:33:31 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-20 14:33:31 +0000 |
commit | 63a75ab2f267cd8b38eec0d86fa348cf99dcdf2a (patch) | |
tree | 5b83a3517d55daaf859d45a21aed3e66a52ed1e5 /Changelog-Trunk.txt | |
parent | 8f1cae217b2ddf1d893ab4dd7456f8c7f4f5dcac (diff) | |
download | hercules-63a75ab2f267cd8b38eec0d86fa348cf99dcdf2a.tar.gz hercules-63a75ab2f267cd8b38eec0d86fa348cf99dcdf2a.tar.bz2 hercules-63a75ab2f267cd8b38eec0d86fa348cf99dcdf2a.tar.xz hercules-63a75ab2f267cd8b38eec0d86fa348cf99dcdf2a.zip |
* Fixed the server not reacting properly to atcommands/charcommands when using langtype 10/11 (the |XY codepage indicator wasn't being trimmed)
* Fixed some joker's code trying to dereference a null pointer in atcommand_param
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9679 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 13cf456bf..aca1fc4c9 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/20 + * Fixed some joker's code trying to dereference a null pointer + * Fixed the server not reacting properly to atcommands/charcommands when using + langtype 10/11 (the |XY codepage indicator wasn't being trimmed) [ultramage] * Updated @homshuffle so that the skill tree and current skill points are not messed up. 2007/01/19 |