diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-25 19:51:31 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-25 19:51:31 +0000 |
commit | 38670608588af6fae4f1de2890262a8e22f684fa (patch) | |
tree | 176d21f9a467d5b1a5805d58f790e40feaaf1b53 /Changelog-Trunk.txt | |
parent | 0aa8d501408119e45d3b08eaf9160f99b749b341 (diff) | |
download | hercules-38670608588af6fae4f1de2890262a8e22f684fa.tar.gz hercules-38670608588af6fae4f1de2890262a8e22f684fa.tar.bz2 hercules-38670608588af6fae4f1de2890262a8e22f684fa.tar.xz hercules-38670608588af6fae4f1de2890262a8e22f684fa.zip |
* Fixed a compile error in txt-converter-char caused by 'save_log' being declared by both SQL and TXT (bugreport:4671, since r14619).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14622 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 49b72e0f5..ef4c2a7cf 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2010/12/25 + * Fixed a compile error in txt-converter-char caused by 'save_log' being declared by both SQL and TXT (bugreport:4671, since r14619). [Ai4rei] * Made SQL char-server options 'chars_per_account' and 'char_del_level' work on TXT as well (follow up to r1063 and r8420). [Ai4rei] 2010/12/24 * Added support for new /remove and /recall packets for 2010-08-03aRagexeRE and newer. [Ai4rei] |