diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-12 22:45:01 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-12 22:45:01 +0000 |
commit | aeaff65022218db67afe7a9d4fafd921fb41ee39 (patch) | |
tree | ab935bad585ea9f3e9a7d60f9e4fe9c7714b5256 /npc | |
parent | c6ac8a0156668a604dca3e8e3738eb738818bde8 (diff) | |
download | serverdata-aeaff65022218db67afe7a9d4fafd921fb41ee39.tar.gz serverdata-aeaff65022218db67afe7a9d4fafd921fb41ee39.tar.bz2 serverdata-aeaff65022218db67afe7a9d4fafd921fb41ee39.tar.xz serverdata-aeaff65022218db67afe7a9d4fafd921fb41ee39.zip |
typo
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;
|