diff options
Diffstat (limited to 'npc/021-2_Tulimshar/government_building.txt')
-rw-r--r-- | npc/021-2_Tulimshar/government_building.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/021-2_Tulimshar/government_building.txt b/npc/021-2_Tulimshar/government_building.txt index 9ecfb219..f4f9d0de 100644 --- a/npc/021-2_Tulimshar/government_building.txt +++ b/npc/021-2_Tulimshar/government_building.txt @@ -3,7 +3,7 @@ // A clerk 021-2.gat,27,17,0 script Estard 107,{ mes "[Estard]"; - mes "\"Hello what Can I do for you?\""; + mes "\"Hello what can I do for you?\""; next; L_main: @@ -48,7 +48,7 @@ L_marry_too_young: next; menu - "Can I atleast get wedding rings?", L_get_rings, + "Can I at least get wedding rings?", L_get_rings, "Thanks anyways.", -; close; |