diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-21 19:33:51 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-21 19:33:51 +0000 |
commit | 42d26584d4b8e0bfb3c50bdd5112a4c29003ea42 (patch) | |
tree | fcdfe63b18d82ed32fd5aad45276fe60ddcaf2ab /db | |
parent | 577e58a1ef5dfc658076c0600663c22e9415f892 (diff) | |
download | hercules-42d26584d4b8e0bfb3c50bdd5112a4c29003ea42.tar.gz hercules-42d26584d4b8e0bfb3c50bdd5112a4c29003ea42.tar.bz2 hercules-42d26584d4b8e0bfb3c50bdd5112a4c29003ea42.tar.xz hercules-42d26584d4b8e0bfb3c50bdd5112a4c29003ea42.zip |
Fixed AM_RESURRECTION, thanks to RockmanEXE for %HP values
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8409 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/skill_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_db.txt b/db/skill_db.txt index 306d28d43..0580e1b8c 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -270,7 +270,7 @@ 244,0,0,4,0,1,0,1,0,no,0,0,0,none,0 //AM_REST#Peaceful Rest#
//245,0,0,0,0,0,0,10,0,no,0,0,0,none,0 //AM_DRILLMASTER#Drillmaster#
//246,9,0,0,0,0,0,10,0,no,0,0,0,none,0 //AM_HEALHOMUN#Heal Homunculus#
-247,9,6,4,0,1,0,5,0,no,0,0,0,none,0 //AM_RESURRECTHOMUN#Ressurect Homunculus#
+247,9,6,4,0,1,1,5,0,no,0,0,0,none,0 //AM_RESURRECTHOMUN#Ressurect Homunculus#
248,0,0,0,0,0,0,10,0,no,0,0,0,none,0 //CR_TRUST#Faith#
249,0,6,4,0,1,0,10,1,no,0,0,0,weapon,0 //CR_AUTOGUARD#Guard#
250,3,6,1,0,0,0,5,1,no,0,0,0,weapon,5:6:7:8:9 //CR_SHIELDCHARGE#Smite#
|