diff options
author | Patrick O'Neal <redbeard@RedBeard.(none)> | 2013-04-22 12:40:29 -0500 |
---|---|---|
committer | Patrick O'Neal <redbeard@RedBeard.(none)> | 2013-04-22 12:40:29 -0500 |
commit | d36c6c9e4dd9293d05b57fa2c8d8d5f10aa540a7 (patch) | |
tree | 0bdeb1a03b94eb9cc45a146d4bb17ba6521f93fd /world/map/npc | |
parent | 1eeff58e10a204efe73746bdbaee5b18bb4ef17b (diff) | |
download | serverdata-d36c6c9e4dd9293d05b57fa2c8d8d5f10aa540a7.tar.gz serverdata-d36c6c9e4dd9293d05b57fa2c8d8d5f10aa540a7.tar.bz2 serverdata-d36c6c9e4dd9293d05b57fa2c8d8d5f10aa540a7.tar.xz serverdata-d36c6c9e4dd9293d05b57fa2c8d8d5f10aa540a7.zip |
Changed 'are' to 'is'
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/011-1/auldsbel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/011-1/auldsbel.txt b/world/map/npc/011-1/auldsbel.txt index 66b909f9..f381e684 100644 --- a/world/map/npc/011-1/auldsbel.txt +++ b/world/map/npc/011-1/auldsbel.txt @@ -775,7 +775,7 @@ L_component_quest_0: delitem "MauveHerb", 20; set Zeny, Zeny + 2500; mes "[Auldsbel the Wizard]"; - mes "\"Well done, my young friend! Here are 2,500 GP to compensate you for your efforts.\""; + mes "\"Well done, my young friend! Here is 2,500 GP to compensate you for your efforts.\""; mes "[You gain 250 experience points]"; getexp 250, 0; set @Q_component_quest, 1; |