diff options
-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; |