diff options
-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 |