From 112b74ac697da01f0abcefe9a16628d247cfb616 Mon Sep 17 00:00:00 2001 From: brianluau Date: Mon, 31 Oct 2011 23:19:36 +0000 Subject: - Removed .gat from map names. - Removed trailing tabs in some warp portal files. - Removed `loginlog` table from convert_engine SQL scripts, because it's in the log database. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14987 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/warps/other/arena.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'npc/warps/other/arena.txt') diff --git a/npc/warps/other/arena.txt b/npc/warps/other/arena.txt index 9770a8537..2ccaf6dcd 100644 --- a/npc/warps/other/arena.txt +++ b/npc/warps/other/arena.txt @@ -40,24 +40,24 @@ DLGTEMP: } else if (@input_arena == 1357) { - mes "Opening Control Panel"; - mes "' A - R - E - N - A '"; + mes "Opening Control Panel"; + mes "' A - R - E - N - A '"; next; - mes "Please select a"; - mes "state for the arena."; + mes "Please select a"; + mes "state for the arena."; next; switch( select( "Open.","Closed.") ) { case 1: - mes "Currently"; - mes "opening arena."; + mes "Currently"; + mes "opening arena."; misceffect EF_ENHANCE; //CHECK enablenpc "welcome_arena"; next; break; case 2: - mes "Currently"; - mes "closing arena."; + mes "Currently"; + mes "closing arena."; misceffect EF_EXIT; //CHECK disablenpc "welcome_arena"; next; @@ -66,7 +66,7 @@ DLGTEMP: } else { - mes "Closing control panel."; + mes "Closing control panel."; close; } } \ No newline at end of file -- cgit v1.2.3-70-g09d2