diff options
author | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-19 03:38:06 +0000 |
---|---|---|
committer | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-19 03:38:06 +0000 |
commit | a88e71b66ee88c4f54c5b7d71f1ad1ccf7678380 (patch) | |
tree | 451f069a95edf5211a3429d2fa7d6b517936394b /Changelog.txt | |
parent | b4784c2b5cef28ebe3c104d54a0839d78cb20325 (diff) | |
download | hercules-a88e71b66ee88c4f54c5b7d71f1ad1ccf7678380.tar.gz hercules-a88e71b66ee88c4f54c5b7d71f1ad1ccf7678380.tar.bz2 hercules-a88e71b66ee88c4f54c5b7d71f1ad1ccf7678380.tar.xz hercules-a88e71b66ee88c4f54c5b7d71f1ad1ccf7678380.zip |
Fixed compiling problem for TXT since a few commands were placed within an #ifndef TXT_ONLY when they weren't supposed to be
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@626 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index e862dd85a..f1bb1129e 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,7 @@ Date Added 12/19 + * Fixed a few command compiling problems for TXT [Codemaster] * Modified the main.sql to add the friend0 column; also added the upgrade_1.0.0.sql file [Codemaster] * Introduced StringBuf into utils for use in building larger queries [MouseJstr] * tested GUILD_CACHE (reducing guild related sql traffic to 30%) in |