summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-03 03:05:43 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-03 03:05:43 +0000
commitf68bd7c915dc631d452b6ea2ac21cdf75bc26fe4 (patch)
treeff8a979363dccf37f3bfb66be4f24cf2d89027e4 /Changelog-Trunk.txt
parent350416fff4bb9e8bc50b5f8205d04f772e848a92 (diff)
downloadhercules-f68bd7c915dc631d452b6ea2ac21cdf75bc26fe4.tar.gz
hercules-f68bd7c915dc631d452b6ea2ac21cdf75bc26fe4.tar.bz2
hercules-f68bd7c915dc631d452b6ea2ac21cdf75bc26fe4.tar.xz
hercules-f68bd7c915dc631d452b6ea2ac21cdf75bc26fe4.zip
- Fixed pc_calc_skilltree ignoring prerequisites / joblvl requirements.
- Re-applied change r9593 that got accidentally reverted by r9595. - Added the official behavior of monsters regaining full hp when they morph. - Added support for text/comments at the end of monster spawn lines (<tab> required) - Silenced the debug message in socket.c that's been freaking people out. - Modified the useless error message in atcommand_effect. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9608 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 0864b76fa..4a6e0a174 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,7 +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/12/02
+2007/01/03
+ * Modified the useless error message in atcommand_effect.
+ * Silenced the debug message in socket.c that's been freaking people out.
+ * Added support for text/comments at the end of monster spawn lines (<tab> required)
+ * Added the official behavior of monsters regaining full hp when they morph.
+ > info at http://www.eathena.ws/board/index.php?showtopic=130103
+ * Fixed pc_calc_skilltree ignoring prerequisites / joblvl requirements.
+ > TODOs at http://www.eathena.ws/board/index.php?showtopic=130788
+ * Re-applied change r9593 that got accidentally reverted by r9595. [ultramage]
+
+2007/01/02
* Fixed SC_JOINTBEAT not doing crit damage for the Neck Break ailment.
* Gospel sends the buff message to the affected player. [FlavioJS]
2006/12/31