diff options
Diffstat (limited to 'world/map/npc/009-2/doctor.txt')
-rw-r--r-- | world/map/npc/009-2/doctor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/009-2/doctor.txt b/world/map/npc/009-2/doctor.txt index d3f5a1c5..1f2ecbd3 100644 --- a/world/map/npc/009-2/doctor.txt +++ b/world/map/npc/009-2/doctor.txt @@ -32,7 +32,7 @@ L_Cure: if (sc_check(sc_poison)) goto L_CurePoison; mes "The doctor examines you briefly."; - mes "\"Nonsense! You look fine and dandy to me. All you need is a bit more exercise and fresh fruit in your diet!\""; + mes "\"Nonsense! You look fine and dandy to me. All you need is a bit more exercise and fresh fruit in your diet!\""; goto L_Close; L_CurePoison: |