diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-14 17:51:42 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-14 17:51:42 +0000 |
commit | de8f91ae9dcda19d7a931e67104cc8fde86d0b73 (patch) | |
tree | 533057c803e498f1456ba90d020c4d65e83910c1 /db/skill_cast_db.txt | |
parent | 3f8b52f6d673b3e5d259a9bb10004375d7647533 (diff) | |
download | hercules-de8f91ae9dcda19d7a931e67104cc8fde86d0b73.tar.gz hercules-de8f91ae9dcda19d7a931e67104cc8fde86d0b73.tar.bz2 hercules-de8f91ae9dcda19d7a931e67104cc8fde86d0b73.tar.xz hercules-de8f91ae9dcda19d7a931e67104cc8fde86d0b73.zip |
- Fixed incorrect range check in autospell2 triggers.
- Modified Wedding recall skills to behave as in officials.
- Modified Arrow Shower to be a ground-based skill and work as it should on officials.
- Fixed skill_additional_effect triggering every time you were being hit even if no damage was returned.
- Fixed battle_calc_damage_return to make magic damage be returned by 100%, and received damage nullified
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5598 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_cast_db.txt')
-rw-r--r-- | db/skill_cast_db.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 11fd60c73..f55b49613 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -653,9 +653,9 @@ //-- WE_BABY
408,3000,0,0,300000,0
//-- WE_CALLPARENT
-409,20000,0,0,0,0
+409,0,0,0,20000,0
//-- WE_CALLBABY
-410,20000,0,0,0,0
+410,0,0,0,20000,0
//==========================================
|