summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-07 16:17:01 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-07 16:17:01 +0000
commit1b73b82ea629ff1e69fc2d6094c27e9e32229a84 (patch)
treeae09928b655e5e706a9560eefdde38372beb366f /Changelog-Trunk.txt
parente60b722daee5105cf5ba2ef58d6de827def30126 (diff)
downloadhercules-1b73b82ea629ff1e69fc2d6094c27e9e32229a84.tar.gz
hercules-1b73b82ea629ff1e69fc2d6094c27e9e32229a84.tar.bz2
hercules-1b73b82ea629ff1e69fc2d6094c27e9e32229a84.tar.xz
hercules-1b73b82ea629ff1e69fc2d6094c27e9e32229a84.zip
- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the variable arguments into a double va_arg list. Thanks to the Ultra Mage for the tip.
- Cleaned up the clif_hate/mob_info functions with the correct fields/usage as explained by Rayce. - Implemented clif_feel_hate_reset packet to properly display the Angel of the Sun/Moon/Stars, thanks again to Rayce for the relevant information. - LP will again block all land-stuff from being placed down on top of it for the exception of Song/Dance/Encores. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9162 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 4c1371358..b66e778b6 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,17 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2006/11/07
+ * Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the
+ variable arguments into a double va_arg list. Thanks to the Ultra Mage for
+ the tip. [Skotlex]
+ * Cleaned up the clif_hate/mob_info functions with the correct fields/usage
+ as explained by Rayce. [Skotlex]
+ * Implemented clif_feel_hate_reset packet to properly display the Angel of
+ the Sun/Moon/Stars, thanks again to Rayce for the relevant information.
+ [Skotlex]
+ * LP will again block all land-stuff from being placed down on top of it
+ for the exception of Song/Dance/Encores. [Skotlex]
2006/11/06
* Reapplied 'fix equipment scripts which are based on character variables not
working.' [Lance]