diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-16 20:50:23 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-16 20:50:23 +0000 |
commit | 9396ca72d5d9c8b20a6badedfc61b6da402ff67a (patch) | |
tree | 7fbd2e00689cb0c53971229ebde58db03db3b8bf /Changelog-Trunk.txt | |
parent | df76ca57e522eeac7391e0cec9e397be38a0d19d (diff) | |
download | hercules-9396ca72d5d9c8b20a6badedfc61b6da402ff67a.tar.gz hercules-9396ca72d5d9c8b20a6badedfc61b6da402ff67a.tar.bz2 hercules-9396ca72d5d9c8b20a6badedfc61b6da402ff67a.tar.xz hercules-9396ca72d5d9c8b20a6badedfc61b6da402ff67a.zip |
- Cleaned up skill_get_range2 so that using range 0 for non-self skills uses the caster's attack range.
- Fixed AM_CALLHOMUN checking for an embryo when you have a vaporized homun.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8322 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index b6b472fc2..f91b5635b 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,10 @@ 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/08/16
+ * Cleaned up skill_get_range2 so that using range 0 for non-self skills
+ uses the caster's attack range. [Skotlex]
+ * Fixed AM_CALLHOMUN checking for an embryo when you have a vaporized
+ homun. [Skotlex]
* Spirit of Wizard will now consume an item 7321 each time it blocks
reflected magic. [Skotlex]
* Added script command jobname, retrieves a given's class name as per the
|