diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-21 14:06:00 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-21 14:06:00 +0000 |
commit | 6460ab9b943f664e4353b375174a14e682e2d2fd (patch) | |
tree | 5de28d85d0a4e62de0b8c7425da559c251e3fa20 /db/skill_db.txt | |
parent | 07c08c87cf446331b0a402c9ace0dca8fcd00d91 (diff) | |
download | hercules-6460ab9b943f664e4353b375174a14e682e2d2fd.tar.gz hercules-6460ab9b943f664e4353b375174a14e682e2d2fd.tar.bz2 hercules-6460ab9b943f664e4353b375174a14e682e2d2fd.tar.xz hercules-6460ab9b943f664e4353b375174a14e682e2d2fd.zip |
- Fixed the inf2 for BA_DISSONANCE
- Fixed SC_SWOO's opt3 value.
- Fixed allowing multiple recast of Dissonance/Ugly-Dance
- Fixed those annoying irc.c compile warnings.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5693 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 4c5fffee0..836fda796 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -336,7 +336,7 @@ //314,0,0,0,0,0,0,1,1,no,0,64,0,misc,0 //BD_RAGNAROK#Ragnarok#
315,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //BA_MUSICALLESSON#Music Lesson#
316,9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0 //BA_MUSICALSTRIKE#Melody Strike#
-317,0,8,4,0,1,0,5,1,no,0,0,0,misc,0 //BA_DISSONANCE#Unchained Serenade#
+317,0,8,4,0,1,0,5,1,no,0,32,0,misc,0 //BA_DISSONANCE#Unchained Serenade#
318,0,6,4,0,3,-1,5,1,no,0,0,0,misc,0 //BA_FROSTJOKE#Unbarring Octave#
319,0,6,4,0,1,0,10,1,no,0,32,0,misc,0 //BA_WHISTLE#Perfect Tablature#
320,0,6,4,0,1,0,10,1,no,0,32,0,misc,0 //BA_ASSASSINCROSS#Impressive Riff#
|