diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-22 19:34:06 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-22 19:34:06 +0000 |
commit | 256a7ebe4e172686f547cf406fd642d6e76e4ed4 (patch) | |
tree | 1e415359af3d655db9b84c65762cf68e50b90c89 | |
parent | ebf6434841538a8889364d40da3ba5a3e3bc943a (diff) | |
download | hercules-256a7ebe4e172686f547cf406fd642d6e76e4ed4.tar.gz hercules-256a7ebe4e172686f547cf406fd642d6e76e4ed4.tar.bz2 hercules-256a7ebe4e172686f547cf406fd642d6e76e4ed4.tar.xz hercules-256a7ebe4e172686f547cf406fd642d6e76e4ed4.zip |
Fixed Bowling Bash doing more than 1 tile knockback
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11547 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/skill_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 8d083907c..f7f3c0158 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -25,6 +25,8 @@ 13034 Desert_Twilight Small chance to activate max Attack Speed for 7 seconds. ======================= +10/22 + * Fixed Bowling Bash doing more than 1 tile knockback [Playtester] 10/21 * Added new cards to drops so they can be tested [Playtester] - updated sql files diff --git a/db/skill_db.txt b/db/skill_db.txt index f077f6ab6..5673e2014 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -101,7 +101,7 @@ 59,3:5:7:9:11,6,1,-1,0,0,5,1,no,0,0,0,weapon,0 //KN_SPEARBOOMERANG#Spear Boomerang# 60,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0 //KN_TWOHANDQUICKEN#Twohand Quicken# 61,0,6,4,-1,0x20,0,5,1,no,0,0,0,weapon,0 //KN_AUTOCOUNTER#Counter Attack# -62,-2,6,1,-1,0x2,1,10,1,no,33,0,0,weapon,1:1:2:2:3:3:4:4:5:5 //KN_BOWLINGBASH#Bowling Bash# +62,-2,6,1,-1,0x2,1,10,1,no,33,0,0,weapon,1 //KN_BOWLINGBASH#Bowling Bash# 63,0,0,0,0,0,0,1,0,no,0,0,0,weapon,0 //KN_RIDING#Peco Peco Riding# 64,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0 //KN_CAVALIERMASTERY#Cavalier Mastery# 65,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //PR_MACEMASTERY#Mace Mastery# |