diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-09 20:24:29 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-09 20:24:29 +0000 |
commit | 9538dc7592f5bda96bd75703bdae20c102061b01 (patch) | |
tree | a22ce0af6d40ad3a317e9f30b569ea9bdbe4210d /Changelog.txt | |
parent | 1395b1b9668efed55c4b1f32b6d4d11e3b50f667 (diff) | |
download | hercules-9538dc7592f5bda96bd75703bdae20c102061b01.tar.gz hercules-9538dc7592f5bda96bd75703bdae20c102061b01.tar.bz2 hercules-9538dc7592f5bda96bd75703bdae20c102061b01.tar.xz hercules-9538dc7592f5bda96bd75703bdae20c102061b01.zip |
Changed something @ the sql charserv, (makechar.. charlimit and some tuneups for sql querys)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1063 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index 1aab0c1fe..e8c257c6d 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,11 @@ Date Added +02/09 + * SQL Char: Rewrote the char_create function (now it's faster/optimized) [Sirius] + * SQL Char: Fixed the reply if a charname is invalid on create (now it replys denied..) [Sirius] + * SQL Char: Added a Character limit per Account (can be set in the config) [Sirius] + * SQL Char: Optimized some SQL-Querys [Sirius] + 02/06 * NULL entries for guild data fixed [Credit to Sirius] [1060: Ajarn] * Login server uses login_db_userid and login_db_user_pass for |