diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-27 14:54:40 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-27 14:54:40 +0000 |
commit | 50e31d2860fe8f754d186a35ac1b4b61f653af5a (patch) | |
tree | 2ddbbc4bc094e98daca48f38b5130beb320d50cb /Changelog-Trunk.txt | |
parent | 7e54a062e03f14bb1540f6b4ff249cf888d5ea35 (diff) | |
download | hercules-50e31d2860fe8f754d186a35ac1b4b61f653af5a.tar.gz hercules-50e31d2860fe8f754d186a35ac1b4b61f653af5a.tar.bz2 hercules-50e31d2860fe8f754d186a35ac1b4b61f653af5a.tar.xz hercules-50e31d2860fe8f754d186a35ac1b4b61f653af5a.zip |
- Pet catching now uses the menuskill variables to prevent item usage from disrupting the catch process.
- Added Safetywall to the list not blocked by Dispell.
- Added some include limits.h required by window compiles.
- Corrected Wedding rings being trade-able.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5772 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9e0f1d9dd..16a32d195 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,12 @@ 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/03/27 + * Pet catching now uses the menuskill variables to prevent item usage from + disrupting the catch process. [Skotlex] + * Added Safetywall to the list not blocked by Dispell. [Skotlex] + * Added some include limits.h required by window compiles. [Skotlex] + * Corrected Wedding rings being trade-able. [Skotlex] 2006/03/26
* GCC on Cygwin still complaining, resorted to including limits.h in malloc.h [Lance]
* Refixed the fix with a constant list for Win32 users - limits.h (imported from MSVC) [Lance]
|