summaryrefslogtreecommitdiff
path: root/npc/021-1_Tulimshar
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/021-1_Tulimshar
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/021-1_Tulimshar')
-rw-r--r--npc/021-1_Tulimshar/north_shops.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-1_Tulimshar/north_shops.txt b/npc/021-1_Tulimshar/north_shops.txt
index 83d25145..4fc3c481 100644
--- a/npc/021-1_Tulimshar/north_shops.txt
+++ b/npc/021-1_Tulimshar/north_shops.txt
@@ -28,7 +28,7 @@
// Another banker
021-1.gat,122,32,0 script Hydusun 149,{
- set @npcName$, "Hydusun";
+ set @npcname$, "Hydusun";
callfunc "Banker";
close;
}