diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-16 20:37:44 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-16 20:37:44 +0000 |
commit | 62aeef6736c5e3ec4e4b8fa2fc3a9a12f7e2c9a7 (patch) | |
tree | c823a00c2985b1b3ebc4a45765b19c308dfa9857 /Changelog-Trunk.txt | |
parent | 791b3307964a57345bdf45cb2d4d7c51881b66ff (diff) | |
download | hercules-62aeef6736c5e3ec4e4b8fa2fc3a9a12f7e2c9a7.tar.gz hercules-62aeef6736c5e3ec4e4b8fa2fc3a9a12f7e2c9a7.tar.bz2 hercules-62aeef6736c5e3ec4e4b8fa2fc3a9a12f7e2c9a7.tar.xz hercules-62aeef6736c5e3ec4e4b8fa2fc3a9a12f7e2c9a7.zip |
- Fixed the include in irc.c from strings.h to string.h, which fixes a bunch of compilation warnings here...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5299 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e38fb5886..92983c966 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/02/16
+ * Changed the include in irc.c from strings.h to string.h, which fixes a
+ bunch of compilation warnings here... [Skotlex]
* Updated the SQL login/char servers to let the mysql server grant the new
IDs for accounts/chars/pets/parties/guilds instead of them being handled by
the server. [Skotlex]
|