diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-13 17:39:30 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-13 17:39:30 +0000 |
commit | cc739edf82a32d83bc9fa57e00581dfd1364d195 (patch) | |
tree | 654bbbfafe4f71a6d4b2602bc955e1e5133ebbde /db | |
parent | db9d6d8bafa48f001474109838606bfa27bea30d (diff) | |
download | hercules-cc739edf82a32d83bc9fa57e00581dfd1364d195.tar.gz hercules-cc739edf82a32d83bc9fa57e00581dfd1364d195.tar.bz2 hercules-cc739edf82a32d83bc9fa57e00581dfd1364d195.tar.xz hercules-cc739edf82a32d83bc9fa57e00581dfd1364d195.zip |
fixed pick stone ID
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6040 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 aeadc81e5..4076663c8 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -27,6 +27,7 @@ =========================
04/13
+ - fixed pick stone ID [Lupus]
* Updated 1675,VENATU (some columns were shifted) [Lupus]
* Updated items weight, names. Thanks 2 Haplo [Lupus]
- 12142,Book_of_Magic effect updated +20 Agi for 30 min (d0n't list it in the items desc)
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 5346482b5..284fd04f2 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -272,7 +272,7 @@ 149,0,0,0,0,10000
//-- TF_PICKSTONE
-152,3000,500,0,0,0
+151,3000,500,0,0,0
//-- TF_THROWSTONE
152,0,100,0,0,8000
|