diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-13 02:31:51 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-13 02:31:51 +0000 |
commit | 330d576bba93e993220c40485aaa028c35319a14 (patch) | |
tree | c635b685035bfa3af95af902a23997aec33221a3 /conf/battle | |
parent | f0c1e95cef7c5e73686fa385838abc76cb585da3 (diff) | |
download | hercules-330d576bba93e993220c40485aaa028c35319a14.tar.gz hercules-330d576bba93e993220c40485aaa028c35319a14.tar.bz2 hercules-330d576bba93e993220c40485aaa028c35319a14.tar.xz hercules-330d576bba93e993220c40485aaa028c35319a14.zip |
- Follow up to r15060.
- Fixed some grammar in Kiel Quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15858 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/player.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf index a83e93c13..8d335a0cf 100644 --- a/conf/battle/player.conf +++ b/conf/battle/player.conf @@ -61,7 +61,7 @@ natural_heal_skill_interval: 10000 // The maximum weight for a character to carry when the character stops healing naturally. (in %) natural_heal_weight_rate: 50 -// Maximum atk speed. (Default 190, Highest allowed 199) +// Maximum atk speed. (Default 193, Highest allowed 199) max_aspd: 193 // Maximum walk speed rate (200 would be capped to twice the normal speed) |