diff options
author | wushin <pasekei@gmail.com> | 2015-02-19 22:34:57 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-02-19 23:02:12 -0600 |
commit | f7f84b8e69075f07fae64cca3da1b1d0a6e98eef (patch) | |
tree | 2819bd1a3a98a56cfa475da16be443ecaa912228 /world/map/npc/029-2/sorfina.txt | |
parent | 9a0b536324d87107a6ca31f47facb804d70c0d30 (diff) | |
download | serverdata-f7f84b8e69075f07fae64cca3da1b1d0a6e98eef.tar.gz serverdata-f7f84b8e69075f07fae64cca3da1b1d0a6e98eef.tar.bz2 serverdata-f7f84b8e69075f07fae64cca3da1b1d0a6e98eef.tar.xz serverdata-f7f84b8e69075f07fae64cca3da1b1d0a6e98eef.zip |
fix case
Diffstat (limited to 'world/map/npc/029-2/sorfina.txt')
-rw-r--r-- | world/map/npc/029-2/sorfina.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/029-2/sorfina.txt b/world/map/npc/029-2/sorfina.txt index feea5f5f..c7d6e150 100644 --- a/world/map/npc/029-2/sorfina.txt +++ b/world/map/npc/029-2/sorfina.txt @@ -28,9 +28,9 @@ L_Start: mes "\"You didn't have any possessions on you when we found you and no one knows who you are.\""; mes "Do you have a name?"; menu - strcharinfo(0), L_Name; + strcharinfo(0), L_name; -L_Name: +L_name: mes "[Old Woman]"; mes "\"Well " + strcharinfo(0) + " what else can you tell me about yourself?.\""; menu |