diff options
Diffstat (limited to 'db')
-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 55ec2cd2c..723b91cae 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,8 @@ ======================== 03/21 + * Increased Improve Concentration's hide-revealing range to 3 (7x7) + [Skotlex] * Fixed RSX 0806 and General Ygnizem card [Playtester] 03/20 * Corrected itemskill calls in the item_db, diff --git a/db/skill_db.txt b/db/skill_db.txt index 9d70d66a7..3aee7235d 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -83,7 +83,7 @@ 42,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0 //MC_MAMMONITE#Mammonite# 43,0,0,0,0,0,0,10,0,no,0,0,0,none,0 //AC_OWL#Owl's Eye# 44,0,0,0,0,0,0,10,0,no,0,0,0,none,0 //AC_VULTURE#Vulture's Eye# -45,0,6,4,0,0x3,1,10,1,no,0,0,0,weapon,0 //AC_CONCENTRATION#Improve Concentration# +45,0,6,4,0,0x3,3,10,1,no,0,0,0,weapon,0 //AC_CONCENTRATION#Improve Concentration# 46,-9,8,1,-1,0,0,10,2,no,0,0,0,weapon,0 //AC_DOUBLE#Double Strafe# 47,-9,6,2,-1,0x2,2,10,1,no,0,0,0,weapon,2 //AC_SHOWER#Arrow Shower# 48,-1,8,0,-1,0,0,10,2,no,0,0,0,weapon,0 //TF_DOUBLE#Double Attack# |