diff options
Diffstat (limited to 'npc/008-2/master.txt')
-rw-r--r-- | npc/008-2/master.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/008-2/master.txt b/npc/008-2/master.txt index 88aca8f83..5577e4053 100644 --- a/npc/008-2/master.txt +++ b/npc/008-2/master.txt @@ -65,7 +65,7 @@ OnTouch: if (strcharinfo(0) != getpartyleader(getcharid(1))) goto L_NotYou; if (BaseLevel < 40) goto L_TooWeak; mesn; - mesq l("He is strong though, so keep your party togheter!"); + mesq l("He is strong though, so keep your party together!"); next; // Get info about your party, and backup it getpartymember(getcharid(1)); |