diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-22 03:11:04 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-22 03:11:04 +0000 |
commit | ba64401d27d855d33280015e3bea523aeda0af37 (patch) | |
tree | 1d0b4692072393149aa5afb38985c2b87f63379e /Changelog-Trunk.txt | |
parent | 44f70b76b2048b175e7454014c65a4f455850267 (diff) | |
download | hercules-ba64401d27d855d33280015e3bea523aeda0af37.tar.gz hercules-ba64401d27d855d33280015e3bea523aeda0af37.tar.bz2 hercules-ba64401d27d855d33280015e3bea523aeda0af37.tar.xz hercules-ba64401d27d855d33280015e3bea523aeda0af37.zip |
- Corrected crash if itemskill is used without an attached player.
- Removed range checks for autospells as per UltraMage Aegis tests.
- Added chatID skill fail check to skill_check_condition
- Corrected @refresh not re-displaying your spirit spheres nor re-setting your cloth dye.
- Now the "number of attackers" in mob_dead is counted only from online characters on the same map.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10307 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 5db38c5e4..c0a1a3c48 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,13 @@ 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/22 + * Corrected crash if itemskill is used without an attached player. + * Removed range checks for autospells as per UltraMage Aegis tests. + * Added chatID skill fail check to skill_check_condition + * Corrected @refresh not re-displaying your spirit spheres nor re-setting + your cloth dye. + * Now the "number of attackers" in mob_dead is counted only from online + characters on the same map. * Updated the autospell bonus scripts so you don't have to specify all the attack type criteria. If neither of BF_LONG/BF_SHORT is specified, the spell will trigger on both. If neither of BF_WEAPON/BF_MAGIC/BF_MISC is |