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 | |
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
-rw-r--r-- | conf/battle/player.conf | 2 | ||||
-rw-r--r-- | npc/quests/Kiel_Hyre_Quest.txt | 4 |
2 files changed, 3 insertions, 3 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) diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index 3248922f7..65ee64ec4 100644 --- a/npc/quests/Kiel_Hyre_Quest.txt +++ b/npc/quests/Kiel_Hyre_Quest.txt @@ -4629,8 +4629,8 @@ kh_mansion,22,28,4 script Kiel Hyre#kh 903,{ next; mes "[Kiel Hyre]"; mes "When you find him, I want"; - mes "you to take out Allysia's"; - mes "ring out of his heart. If you"; + mes "you to take Allysia's ring"; + mes "out of his heart. If you"; mes "remove it, that should stop"; mes "him from going berserk."; next; |