From e29a408f42588c136b79b10efb949b57c71b3bec Mon Sep 17 00:00:00 2001 From: codemaster Date: Sun, 19 Dec 2004 03:38:06 +0000 Subject: [PATCH] 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://svn.code.sf.net/p/rathena/svn/branches/stable@626 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.txt b/Changelog.txt index e862dd85af..f1bb1129e7 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