diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-06 09:11:48 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-06 09:11:48 +0000 |
commit | 9b0f6db206ac0d5b9e905831050402c3ffed064c (patch) | |
tree | 6eb3601ebca09088d3c9b3f52afdac1ea92819b1 /Changelog-Trunk.txt | |
parent | 80120eb5d9f0783628889c450ee8940da47cee6a (diff) | |
download | hercules-9b0f6db206ac0d5b9e905831050402c3ffed064c.tar.gz hercules-9b0f6db206ac0d5b9e905831050402c3ffed064c.tar.bz2 hercules-9b0f6db206ac0d5b9e905831050402c3ffed064c.tar.xz hercules-9b0f6db206ac0d5b9e905831050402c3ffed064c.zip |
* Fixed Converters not overwriting each other
- thanks to scerez for the fix
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10490 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 c60aa2a20..1749f1c30 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/05/07 + * Fixed Converters not overwriting each other [Playtester] + - thanks to scerez for the fix 2007/05/06 * Removed the dependency on winsock.h for definitions, it's all winsock2.h now. * Minor documentation/re-coding in chat.c. |