diff options
Diffstat (limited to 'npc/warps/other')
-rw-r--r-- | npc/warps/other/arena.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/warps/other/arena.txt b/npc/warps/other/arena.txt index e23e1f50f..9770a8537 100644 --- a/npc/warps/other/arena.txt +++ b/npc/warps/other/arena.txt @@ -33,7 +33,7 @@ sec_in02,79,180,3 script #arenacontrol 81,{ DLGTEMP: input @input_arena; if (@input_arena < 0 || @input_arena > 2000) goto DLGTEMP; //CHECK - if (@input == 0) + if (@input_arena == 0) { mes "Error!"; close; |