diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-17 22:38:25 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-17 22:38:25 +0000 |
commit | 43e00cf6174ca30c6c702b59b5a1434dd1c5ce33 (patch) | |
tree | 86335f884d5f471f880753fa99cd4c7e6b8fbed6 /db/skill_db.txt | |
parent | 73c59399d732b6d5c88ccbf4fcb9ced38e777aca (diff) | |
download | hercules-43e00cf6174ca30c6c702b59b5a1434dd1c5ce33.tar.gz hercules-43e00cf6174ca30c6c702b59b5a1434dd1c5ce33.tar.bz2 hercules-43e00cf6174ca30c6c702b59b5a1434dd1c5ce33.tar.xz hercules-43e00cf6174ca30c6c702b59b5a1434dd1c5ce33.zip |
- Corrected map_random_dir algorithm
- Fixed homunc natural heal and little code cleanup
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8327 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_db.txt')
-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 e766c7d0d..8100e325a 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -266,7 +266,7 @@ //240,0,0,0,0,0,0,5,0,no,0,0,0,none,0 //AM_CREATECREATURE#Life Creation#
//241,0,0,0,0,0,0,5,0,no,0,0,0,none,0 //AM_CULTIVATION#Cultivation#
//242,0,0,0,0,0,0,5,0,no,0,0,0,none,0 //AM_FLAMECONTROL#Flame Control#
-243,0,0,4,0,1,0,1,0,no,0,0,0,none,0 //AM_CALLHOMUN#Call Homunculus#
+243,0,0,4,0,1,1,1,0,no,0,0,0,none,0 //AM_CALLHOMUN#Call Homunculus#
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#
|