summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-07-11 04:48:40 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-07-11 04:48:40 +0000
commit3317a790778189da1ad69f75947c519f0d0b3563 (patch)
treeaeea761a20b51c8dba4b3ae4247b5dbe799da60e /db/Changelog.txt
parent488848a43c44e4c3e29a9d8947f309c36ef5d192 (diff)
downloadhercules-3317a790778189da1ad69f75947c519f0d0b3563.tar.gz
hercules-3317a790778189da1ad69f75947c519f0d0b3563.tar.bz2
hercules-3317a790778189da1ad69f75947c519f0d0b3563.tar.xz
hercules-3317a790778189da1ad69f75947c519f0d0b3563.zip
* Some updates for range check. (bugreport:3339)
- Monsters shouldn't use skills if the target is within its attack range but is out of the skill range. - Monsters' skill range is no longer 9 by default. - Range for players' attacks and skills should always check for a circular area. - The range of Magnetic Earth is 2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13944 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/Changelog.txt')
-rw-r--r--db/Changelog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index 2fd6a29a8..81cdf0822 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -34,6 +34,8 @@
2385 Recuvative_Armor Should trigger HP/SP return with magical kills as well.
=======================
+2009/07/11
+ * The range of Magnetic Earth should be 2. (bugreport:3339) [Inkfish]
2009/07/02
* Fixed a bug in Ifrit's drops (bugreport:3319) [Playtester]
2009/06/29