diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-05 14:29:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-05 14:29:51 +0000 |
commit | 60528c704e9acff79f6a0615a8621c12a7c0ebd7 (patch) | |
tree | 745e222247d0a1d4a8888d754bcdf36633471e37 /Changelog-Trunk.txt | |
parent | 01178e5cbb6ab83262e4c13cc65fa094c00da4c2 (diff) | |
download | hercules-60528c704e9acff79f6a0615a8621c12a7c0ebd7.tar.gz hercules-60528c704e9acff79f6a0615a8621c12a7c0ebd7.tar.bz2 hercules-60528c704e9acff79f6a0615a8621c12a7c0ebd7.tar.xz hercules-60528c704e9acff79f6a0615a8621c12a7c0ebd7.zip |
- Fixed connect_until field being a smallint rather than int in the login table (upgrade with upgrade_svn8630.sql)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8630 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 3a4810cac..cd0db0742 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.
+2006/09/05
+ * Fixed connect_until field being a smallint rather than int in the login
+ table (upgrade with upgrade_svn8630.sql) [Skotlex]
2006/09/04
* Fixed crash when using Adaptation during an Encore. [Skotlex]
* Should have fixed manner being reset to 0 on logout while muted.
|