summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-28 16:54:21 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-28 16:54:21 +0000
commit8066ddee9b937a7f835f0af8a1fb393dfd0256b6 (patch)
tree1233a36cdfc6b4eb55487219a7bab14dcee8feb1 /Changelog-Trunk.txt
parent9e94e8ad83d23ce2082b30217ed2f14f0b38a4bd (diff)
downloadhercules-8066ddee9b937a7f835f0af8a1fb393dfd0256b6.tar.gz
hercules-8066ddee9b937a7f835f0af8a1fb393dfd0256b6.tar.bz2
hercules-8066ddee9b937a7f835f0af8a1fb393dfd0256b6.tar.xz
hercules-8066ddee9b937a7f835f0af8a1fb393dfd0256b6.zip
* Updated specialeffect2 to accept player names. (follow up to r14353)
* Bascilica now allows boss-flagged monsters to knock you back as per official. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14357 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 9b3b2cb9d..b252ebf7a 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,8 +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.
2010/06/27
+ * Rev. 14357 Updated specialeffect2 to accept player names. (follow up to r14353) [L0ne_W0lf]
+ * Bascilica now allows boss-flagged monsters to knock you back as per official.
+2010/06/27
* Rev. 14356 Follow up to r13895, added a battle.conf setting to control if ranges should be checked with autocasts. [L0ne_W0lf]
- 'autospell_check_range', by default is set to no, as this is official behavior. This does not affect autospellwhenhit.
+ 'autospell_check_range', by default is set to no, as this is official behavior. This also affects autospellwhenhit.
* Sonic Blow autocast now stops players attacking when it triggers. It's possible there is more depth to this
on official servers, and should 'stop' attacking on regular casts as well. It appears so far that this is the
only skill that behaves this way.