diff options
author | toni <toni@toni-EP45-UD3L.(none)> | 2011-04-03 14:51:56 -0300 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-04-04 19:26:42 +0200 |
commit | 027ee71cb7cdfeb2834cb8c66b66bd4869b0a556 (patch) | |
tree | 44a8953463281350632d5f12366ee5b18950ad50 /npc/020-2_Nivalis | |
parent | 3caccb6733bc522932c8abdd5eb8324827035b7d (diff) | |
download | serverdata-027ee71cb7cdfeb2834cb8c66b66bd4869b0a556.tar.gz serverdata-027ee71cb7cdfeb2834cb8c66b66bd4869b0a556.tar.bz2 serverdata-027ee71cb7cdfeb2834cb8c66b66bd4869b0a556.tar.xz serverdata-027ee71cb7cdfeb2834cb8c66b66bd4869b0a556.zip |
Fixing strange bug when using "npcName" as a name for a temporary variable
Diffstat (limited to 'npc/020-2_Nivalis')
-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!\""; |