diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-16 00:42:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-16 00:42:46 -0300 |
commit | 046c5fb95dbebc52e2e381a0747c3bf7edd6fffd (patch) | |
tree | e96413b491b3592a9fec5238d37db81842fb5cce /npc/025-1 | |
parent | 8a4beb807d22cd35e68c3443a4595257cc6af5ca (diff) | |
download | serverdata-046c5fb95dbebc52e2e381a0747c3bf7edd6fffd.tar.gz serverdata-046c5fb95dbebc52e2e381a0747c3bf7edd6fffd.tar.bz2 serverdata-046c5fb95dbebc52e2e381a0747c3bf7edd6fffd.tar.xz serverdata-046c5fb95dbebc52e2e381a0747c3bf7edd6fffd.zip |
Fix another typo on the line I've just fixed because a typo
Diffstat (limited to 'npc/025-1')
-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 2eec52632..06df58db3 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") : lg("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")), .name$); next; // Endtrail |