diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-16 00:42:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-16 00:42:12 -0300 |
commit | 8a4beb807d22cd35e68c3443a4595257cc6af5ca (patch) | |
tree | a566fa61638854bcddde650ebb00c0cd772ea33e | |
parent | 0a54b46108c2a17162f80f511c5604138d1b416a (diff) | |
download | serverdata-8a4beb807d22cd35e68c3443a4595257cc6af5ca.tar.gz serverdata-8a4beb807d22cd35e68c3443a4595257cc6af5ca.tar.bz2 serverdata-8a4beb807d22cd35e68c3443a4595257cc6af5ca.tar.xz serverdata-8a4beb807d22cd35e68c3443a4595257cc6af5ca.zip |
Fix typo
-rw-r--r-- | npc/025-1/commander.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-1/commander.txt b/npc/025-1/commander.txt index eca701f28..2eec52632 100644 --- a/npc/025-1/commander.txt +++ b/npc/025-1/commander.txt @@ -6,7 +6,7 @@ 025-1,96,26,0 script Commander Povo NPC_BRGUARD_SPEAR,{ mesn; - mesq l("Greetings %s, I am %s, the man in charge for the Alliance ocupation of Fortress Town.", (strcharinfo(0) == $MOST_HEROIC$ ? lg("Hero") : l("Adventurer"))); + mesq l("Greetings %s, I am %s, the man in charge for the Alliance ocupation of Fortress Town.", (strcharinfo(0) == $MOST_HEROIC$ ? lg("Hero") : lg("Adventurer"))); next; // Endtrail |