summaryrefslogtreecommitdiff
path: root/npc/other/mercenary_rent.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/other/mercenary_rent.txt')
-rw-r--r--npc/other/mercenary_rent.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/mercenary_rent.txt b/npc/other/mercenary_rent.txt
index 319b897d4..4b0878e79 100644
--- a/npc/other/mercenary_rent.txt
+++ b/npc/other/mercenary_rent.txt
@@ -39,7 +39,7 @@
setarray .@name$, "Spear", "Sword", "Bow";
setarray .@faith$, "SPEAR_MERC_GUILD", "SWORD_MERC_GUILD", "ARCH_MERC_GUILD";
setarray .@item, 12182, 12172, 12162;
- .@npc$ = strnpcinfo(2);
+ .@npc$ = strnpcinfo(NPC_NAME_HIDDEN);
.@size = getarraysize(.@name$);
for (.@i = 0; .@i < .@size; ++.@i)
if (.@npc$ == .@name$[.@i]) .@type = .@i;