diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-06-20 12:34:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-06-20 12:34:38 -0300 |
commit | 05e8bfcd3fa66d638bfc7a9dd5d8f4eb80fb4a0c (patch) | |
tree | b7c9dddd15ce1d4956e10f8180ca5dfe4905fbbf /npc/008-2 | |
parent | f734a751709541a63688e81838e0cbea454655ad (diff) | |
download | serverdata-05e8bfcd3fa66d638bfc7a9dd5d8f4eb80fb4a0c.tar.gz serverdata-05e8bfcd3fa66d638bfc7a9dd5d8f4eb80fb4a0c.tar.bz2 serverdata-05e8bfcd3fa66d638bfc7a9dd5d8f4eb80fb4a0c.tar.xz serverdata-05e8bfcd3fa66d638bfc7a9dd5d8f4eb80fb4a0c.zip |
Poppet says it is together and spellcheck agrees
Diffstat (limited to 'npc/008-2')
-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)); |