diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-09 03:12:26 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-09 03:12:26 +0000 |
commit | 5e6b7d4af4c34d9e059afbe38c12e25de728a564 (patch) | |
tree | 4cd3e222e7e9fbd13171290efe895753e2ac4f0b /npc/warps/other | |
parent | 471667fa635a99bb32c0c2cc246a72706618b2fe (diff) | |
download | hercules-5e6b7d4af4c34d9e059afbe38c12e25de728a564.tar.gz hercules-5e6b7d4af4c34d9e059afbe38c12e25de728a564.tar.bz2 hercules-5e6b7d4af4c34d9e059afbe38c12e25de728a564.tar.xz hercules-5e6b7d4af4c34d9e059afbe38c12e25de728a564.zip |
- More scripts fixes.
- Some cleanups to the code.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12695 54d463be-8e91-2dee-dedb-b68131a5f0ec
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; |