summaryrefslogtreecommitdiff
path: root/npc/010-2_Dimonds_Cove/dimonds.txt
diff options
context:
space:
mode:
authortoni <toni@toni-EP45-UD3L.(none)>2011-04-03 14:51:56 -0300
committerJessica Tölke <jtoelke@mail.upb.de>2011-04-04 19:26:42 +0200
commit027ee71cb7cdfeb2834cb8c66b66bd4869b0a556 (patch)
tree44a8953463281350632d5f12366ee5b18950ad50 /npc/010-2_Dimonds_Cove/dimonds.txt
parent3caccb6733bc522932c8abdd5eb8324827035b7d (diff)
downloadserverdata-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/010-2_Dimonds_Cove/dimonds.txt')
-rw-r--r--npc/010-2_Dimonds_Cove/dimonds.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/010-2_Dimonds_Cove/dimonds.txt b/npc/010-2_Dimonds_Cove/dimonds.txt
index c79a58e7..c1578d55 100644
--- a/npc/010-2_Dimonds_Cove/dimonds.txt
+++ b/npc/010-2_Dimonds_Cove/dimonds.txt
@@ -541,7 +541,7 @@ leave:
010-2.gat,65,41,0 shop General Store 137,586:1000,524:1600,544:10000,632:10000,528:1000,735:-1
010-2.gat,75,68,0 script Basil 107,{
- set @npcName$, "[Basil the Inn Keeper]";
+ set @npcname$, "Basil the Inn Keeper";
set @cost, 200;
callfunc "Inn";
}