summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-24 19:01:53 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-24 19:01:53 +0000
commit0b4c74ca60babc8e1cc3a5cc2225b5705a430586 (patch)
tree1ee9ffddee70be1397d153ec29d62aab958be559 /Changelog-Trunk.txt
parentf8ebb28853a8a9c51725778688af0c4bb54d31e0 (diff)
downloadhercules-0b4c74ca60babc8e1cc3a5cc2225b5705a430586.tar.gz
hercules-0b4c74ca60babc8e1cc3a5cc2225b5705a430586.tar.bz2
hercules-0b4c74ca60babc8e1cc3a5cc2225b5705a430586.tar.xz
hercules-0b4c74ca60babc8e1cc3a5cc2225b5705a430586.zip
- Adjusted skill_castfix_sc so that Suffragium will get consumed even on instant cast skills, but Memorize won't.
- Adjusted map_countoncell to receive the BL_* defines currently used instead of 0 to signal all. - BladeStop will now end when either of the characters is moved (knocked out?) around. - Moved the Zeny penalty code from respawn to pc_dead. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7859 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 6c217b374..0c3419978 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,11 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/07/24
+ * Adjusted skill_castfix_sc so that Suffragium will get consumed even on
+ instant cast skills, but Memorize won't. [Skotlex]
+ * BladeStop will now end when either of the characters is moved (knocked
+ out?) around. [Skotlex]
+ * Moved the Zeny penalty code from respawn to pc_dead. [Skotlex]
* Added a check to prevent Deluge/Volcano/Violent Gale from being placed on
top of each other. Reverted the previous 'fix' where atk was being
increased based on armor element rather than element of attack. [Skotlex]