diff options
Diffstat (limited to 'npc/020-2_Nivalis/shops.txt')
-rw-r--r-- | npc/020-2_Nivalis/shops.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/020-2_Nivalis/shops.txt b/npc/020-2_Nivalis/shops.txt index 7132870c..b470d231 100644 --- a/npc/020-2_Nivalis/shops.txt +++ b/npc/020-2_Nivalis/shops.txt @@ -9,10 +9,10 @@ // INN 020-2.gat,111,23,0 script Kane 120,{ - set @npcName$, "Kane the Inn Keeper"; + set @npcname$, "Kane the Inn Keeper"; set @cost, 100; - mes "[" + @npcName$ + "]"; + mes "[" + @npcname$ + "]"; mes "\"Welcome stranger!\""; mes "\"What? You've already seen an INN like mine?\""; mes "\"That's impossible!\""; |