diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-24 21:47:12 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-24 21:47:12 +0000 |
commit | 83c7ed66261785155ec8eb04a2d96b036aace92a (patch) | |
tree | 3f044f425ee77c72a2b9a184deb7f07bd6a3d057 /db | |
parent | 695e0acba597bb7ccd89592a8cbdc695dca7359e (diff) | |
download | hercules-83c7ed66261785155ec8eb04a2d96b036aace92a.tar.gz hercules-83c7ed66261785155ec8eb04a2d96b036aace92a.tar.bz2 hercules-83c7ed66261785155ec8eb04a2d96b036aace92a.tar.xz hercules-83c7ed66261785155ec8eb04a2d96b036aace92a.zip |
Fixed cast time of running
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6259 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 39cbef6a8..fbe7e48df 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -28,6 +28,7 @@ =========================
04/24
+ * Fixed Running's cast time [Playtester]
* Fixed Item 2520 and Item 662 according to info from Haplo [Playtester]
04/23
* Updated mob_skill_db: all idle and walk skills had their rate up x10. [Skotlex]
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index d473ef66a..2d1cba139 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -667,7 +667,7 @@ //===== Taekwon ============================
//-- TK_RUN
-411,1000,0,0,1000,150000
+411,6000:5000:4000:3000:2000:1000:0:0:0:0,0,0,1000,150000
//-- TK_DOWNKICK
415,0,0,0,3000,0
//-- TK_SPTIME
|