diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/xmas2007/pre-xmas.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/xmas2007/pre-xmas.txt b/npc/xmas2007/pre-xmas.txt index 57b7217d..632120f6 100644 --- a/npc/xmas2007/pre-xmas.txt +++ b/npc/xmas2007/pre-xmas.txt @@ -67,10 +67,10 @@ new_11-1.gat,76,85,0 script Assistant 105,{ L_Status:
mes "[Santas Assistant]";
- mes "OK, thus far you bought me";
+ mes "OK, thus far you brought me";
mes QUEST_xmas07_milk + " packets of milk and";
mes QUEST_xmas07_cookies + " christmas cookies.";
- mes "All people together bought";
+ mes "All people together brought";
mes $QUEST_xmas07_milk + " packets of milk and";
mes $QUEST_xmas07_cookies + " christmas cookies.";
next;
|