diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-31 23:19:36 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-31 23:19:36 +0000 |
commit | 112b74ac697da01f0abcefe9a16628d247cfb616 (patch) | |
tree | eac8c119905c2a12c9bac9ad6444aae1abf5ed5e /npc/warps/other/arena.txt | |
parent | c4c1400def9740b610a1bf93c201d5a9b7c47780 (diff) | |
download | hercules-112b74ac697da01f0abcefe9a16628d247cfb616.tar.gz hercules-112b74ac697da01f0abcefe9a16628d247cfb616.tar.bz2 hercules-112b74ac697da01f0abcefe9a16628d247cfb616.tar.xz hercules-112b74ac697da01f0abcefe9a16628d247cfb616.zip |
- 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
Diffstat (limited to 'npc/warps/other/arena.txt')
-rw-r--r-- | npc/warps/other/arena.txt | 18 |
1 files changed, 9 insertions, 9 deletions
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 |