diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-05 16:24:13 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-05 16:24:13 +0000 |
commit | dd6d232f62f0c3611902eadc4ebdc5f2a6c2ec23 (patch) | |
tree | 7524477f5afab19270dcb1bc5040d23a7a382ca4 /db | |
parent | 47865ba6bec2130fd19c5bdbbb65dade86546caf (diff) | |
download | hercules-dd6d232f62f0c3611902eadc4ebdc5f2a6c2ec23.tar.gz hercules-dd6d232f62f0c3611902eadc4ebdc5f2a6c2ec23.tar.bz2 hercules-dd6d232f62f0c3611902eadc4ebdc5f2a6c2ec23.tar.xz hercules-dd6d232f62f0c3611902eadc4ebdc5f2a6c2ec23.zip |
- Soul Breaker no longer ignores elemental adjustments.
- Simplified the Utsusemi/Bunsinjyutsu check to only block weapon skills that do not ignore offensive cards.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9960 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/skill_db.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 64d06facc..be1767beb 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,7 @@ ======================== 03/06 + * Soul Breaker no longer ignores elemental adjustments. [Skotlex] * Added the 2 new packet versions to packet_db.txt [Zephiris] 03/02 * Updated the stun length to 5 secs of: Meteor Storm, Sonic Blow, Throw diff --git a/db/skill_db.txt b/db/skill_db.txt index acb55d075..c9ec2a498 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -416,7 +416,7 @@ 376,0,0,0,0,0x1,0,5,1,no,0,0,0,weapon,0 //ASC_KATAR#Advanced Katar Mastery# //377,0,0,4,0,0x1,0,10,1,no,0,0,0,misc,0 //ASC_HALLUCINATION#Hallucination Walk# 378,0,6,4,5,0x1,0,5,1,no,0,0,0,weapon,0 //ASC_EDP#Deadly Poison Enchantment# -379,9,6,1,-1,0x18,0,10,1,yes,0,0,0,weapon,0 //ASC_BREAKER#Soul Destroyer# +379,9,6,1,-1,0x8,0,10,1,yes,0,0,0,weapon,0 //ASC_BREAKER#Soul Destroyer# 380,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0 //SN_SIGHT#Falcon Eyes# 381,5,8,1,0,0x40,0,5,1,yes,0,0,0,misc,0 //SN_FALCONASSAULT#Falcon Assault# 382,4,8,1,-1,0,2,5,1,yes,0,0,0,weapon,0 //SN_SHARPSHOOTING#Focused Arrow Strike# |