summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorValaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-11 00:55:55 +0000
committerValaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-11 00:55:55 +0000
commit7d9d9d6baac2793fb1264074d03eb7bcde89e120 (patch)
treeb3944424811079ca6fb6dcabeba66d5afe1d2e67 /Changelog-Trunk.txt
parent877da87ac29df2727c27e6f598256fee790beac8 (diff)
downloadhercules-7d9d9d6baac2793fb1264074d03eb7bcde89e120.tar.gz
hercules-7d9d9d6baac2793fb1264074d03eb7bcde89e120.tar.bz2
hercules-7d9d9d6baac2793fb1264074d03eb7bcde89e120.tar.xz
hercules-7d9d9d6baac2793fb1264074d03eb7bcde89e120.zip
Removed #include <lcms.h> from irc.c, which caused compile errors.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5255 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 03c311c83..c90991413 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/02/10
+ * Removed #include <lcms.h> from irc.c, since it's unused and some people don't have it. [Valaris]
* Changed the default MAX_LEVEL supported by the map server to 1000. [Skotlex]
* Pet Lures won't be consumed now when used on a non-mob. [Skotlex]
* Fixed map_searchrandcell function. [Skotlex]