diff options
Diffstat (limited to 'npc/001-1_Tulimshar/banker.txt')
-rw-r--r-- | npc/001-1_Tulimshar/banker.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1_Tulimshar/banker.txt b/npc/001-1_Tulimshar/banker.txt index 965825ea..445b0ebf 100644 --- a/npc/001-1_Tulimshar/banker.txt +++ b/npc/001-1_Tulimshar/banker.txt @@ -2,7 +2,7 @@ 001-1.gat,57,52,0 script Tybalt 107,{ callfunc "ClearVariables"; - set @npcName$, "Tybalt"; + set @npcname$, "Tybalt"; callfunc "Banker"; close; } |