summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-15 20:13:07 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-15 20:13:07 +0000
commit7f4e1417b9cae61f65b74c98c1ef4613544ad1a3 (patch)
tree1ce38a72bc26c68124b27cd3f77192f0ce1bdc65 /Changelog-Trunk.txt
parent268fdec11b1eea604dc5dec385645b9769ecc634 (diff)
downloadhercules-7f4e1417b9cae61f65b74c98c1ef4613544ad1a3.tar.gz
hercules-7f4e1417b9cae61f65b74c98c1ef4613544ad1a3.tar.bz2
hercules-7f4e1417b9cae61f65b74c98c1ef4613544ad1a3.tar.xz
hercules-7f4e1417b9cae61f65b74c98c1ef4613544ad1a3.zip
- Fixed battle_getenemy picking dead characters.
- Adjusted Spiral Pierce, Shield Boomerang and Shield Chain to use atk2 instead of weight when used by non-players. - Adjusted skills blindAttack, SilenceAttack, StunAttack, PetrifyAttack, CurseAttack, SleepAttack, Lex Divina and Dispell to be area effect skills, if the used skill level has a splash-range different from 0. - Mob used Meteor Assault (and by extension Spread Attack) is able to hit icewalls now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10264 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index d6db2ecfe..2f4dfd38f 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,14 @@ 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.
2007/04/15
+ * Fixed 'randomtarget' picking dead characters.
+ * Adjusted Spiral Pierce, Shield Boomerang and Shield Chain to use atk2
+ instead of weight when used by non-players.
+ * Adjusted skills blindAttack, SilenceAttack, StunAttack, PetrifyAttack,
+ CurseAttack, SleepAttack, Lex Divina and Dispell to be area effect skills,
+ if the used skill level has a splash-range different from 0.
+ * Mob used Meteor Assault is able to hit icewalls now. [Skotlex]
+2007/04/15
* Fixed TXT char creation blocking characters with nonstandard names
2007/04/13
* Committing some accumulated stuff [ultramage]