diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-24 21:27:50 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-24 21:27:50 +0000 |
commit | 105985add2ba326f8e24291027f90c0a374998b1 (patch) | |
tree | 1deb0e6a5102c23d38151cdcef81d919229bbaea /Changelog.txt | |
parent | 1ad89559d154eaadc2d8bf0e78068984d6ad7e50 (diff) | |
download | hercules-105985add2ba326f8e24291027f90c0a374998b1.tar.gz hercules-105985add2ba326f8e24291027f90c0a374998b1.tar.bz2 hercules-105985add2ba326f8e24291027f90c0a374998b1.tar.xz hercules-105985add2ba326f8e24291027f90c0a374998b1.zip |
Fix a crash in char_sql/char.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@983 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt index 815e66128..1e5273e57 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,8 @@ Date Added -01/24 +01/24 + * Fixed a crash in char_sql/char.c where people were selecting + chars before requesting connections [SVN 983] [MouseJstr] * some G++ compile tweaks and got through several files in the map server - [SVN 976] [MouseJstr] |