diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-06 14:37:44 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-06 14:37:44 +0000 |
commit | 7ada5312d478e4f56e8829779eb8c977877c99c2 (patch) | |
tree | 107125b7f161e95e1f520072d5a9ecc959dd0ce7 /db/skill_db.txt | |
parent | 374f1656a59e2130ed4ee7bb7520ff5dc2bf6b82 (diff) | |
download | hercules-7ada5312d478e4f56e8829779eb8c977877c99c2.tar.gz hercules-7ada5312d478e4f56e8829779eb8c977877c99c2.tar.bz2 hercules-7ada5312d478e4f56e8829779eb8c977877c99c2.tar.xz hercules-7ada5312d478e4f56e8829779eb8c977877c99c2.zip |
- Fixed a debug message showing up on skill castend nodamage id when using a guild skill
- Fixed #save not working on maps not in the current map server.
- Added battle config clear_skills_on_death to decide whether all ground-based skills should be removed when you die. Defaults to yes.
- Changed Magic Crasher's element to -1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5472 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 f7707fbbc..710c35707 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -383,7 +383,7 @@ 362,4,6,4,0,1,0,5,1,yes,0,0,0,magic,2 //HP_BASILICA#Basilica#
363,0,0,0,0,0,0,10,0,no,0,0,0,magic,0 //HP_MEDITATIO#Meditatio#
364,0,0,0,0,0,0,10,1,no,0,0,0,magic,0 //HW_SOULDRAIN#Soul Drain#
-365,9,8,1,0,0,0,1,1,yes,0,0,0,magic,0 //HW_MAGICCRASHER#Stave Crasher#
+365,9,8,1,-1,0,0,1,1,yes,0,0,0,magic,0 //HW_MAGICCRASHER#Stave Crasher#
366,0,6,4,0,1,0,10,1,no,0,0,0,magic,0 //HW_MAGICPOWER#Mystical Amplification#
367,9,8,1,0,0,0,5,1,no,0,0,0,misc,0 //PA_PRESSURE#Gloria Domini#
368,0,6,4,0,1,0,5,1,yes,0,0,0,weapon,0 //PA_SACRIFICE# Martyr's Reckoning#
|