diff options
Diffstat (limited to 'npc/re/warps/cities/malaya.txt')
-rw-r--r-- | npc/re/warps/cities/malaya.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/warps/cities/malaya.txt b/npc/re/warps/cities/malaya.txt index 190f1831a..d6102dc48 100644 --- a/npc/re/warps/cities/malaya.txt +++ b/npc/re/warps/cities/malaya.txt @@ -92,7 +92,7 @@ OnTouch: function script F_Malaya_Warp { mes "Where would you like to go?"; next; - set .@i$, getarg(select("Back outside",getarg(1)+" Jeepney",getarg(2)+" Jeepney") - 1); + .@i$ = getarg(select("Back outside",getarg(1)+" Jeepney",getarg(2)+" Jeepney") - 1); close2; switch(getarg(3)) { case 1: // 12 passenger |