summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-12 03:40:18 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-12 03:40:18 +0000
commit00b9732977d9bdc0708d21b0cfd4a5c1794176fc (patch)
tree008747ee87ac7b68da500bbd74bbb0ff5c914b2a /Changelog-Trunk.txt
parentdf465e487ceca690ecae9854b76693a3d9358fa4 (diff)
downloadhercules-00b9732977d9bdc0708d21b0cfd4a5c1794176fc.tar.gz
hercules-00b9732977d9bdc0708d21b0cfd4a5c1794176fc.tar.bz2
hercules-00b9732977d9bdc0708d21b0cfd4a5c1794176fc.tar.xz
hercules-00b9732977d9bdc0708d21b0cfd4a5c1794176fc.zip
- Fixed autotrading characters not being able to reconnect. Seams like I misunderstood how id_db and pc_db are used.
Ref: http://www.eathena.ws/board/index.php?showtopic=131873 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9644 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 8ae79e8e2..8eba24a8c 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/01/12
+ * Fixed autotrading characters not being able to reconnect. Seams like I
+ misunderstood how id_db and pc_db are used. [FlavioJS]
2007/01/11
* Fixed the script engine not parsing strings in multibyte charsets
correctly (should have been done in r9532).