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/001-1_Tulimshar/constable.txt | |
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/001-1_Tulimshar/constable.txt')
-rw-r--r-- | npc/001-1_Tulimshar/constable.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1_Tulimshar/constable.txt b/npc/001-1_Tulimshar/constable.txt index f6423d5a..6131f0b4 100644 --- a/npc/001-1_Tulimshar/constable.txt +++ b/npc/001-1_Tulimshar/constable.txt @@ -1,7 +1,7 @@ // 001-1.gat,37,35,0 script Constable Perry Graf 150,{ -// set @npcName$, "Constable Perry Graf"; +// set @npcname$, "Constable Perry Graf"; set @canSkip, 1; callfunc "GameRules"; close; |