diff options
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/arena/arena_party.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/other/arena/arena_party.txt b/npc/other/arena/arena_party.txt index 6d339b2db..eca3e1416 100644 --- a/npc/other/arena/arena_party.txt +++ b/npc/other/arena/arena_party.txt @@ -3,20 +3,21 @@ //===== By: ================================================== //= SinSloth //===== Current Version: ===================================== -//= 1.0 +//= 1.0a //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= //= Izlude Party Battle Arena //===== Additional Comments: ================================= //= 1.0 First version. +//= 1.0a Fixed a typo. //============================================================ arena_room,162,88,3 script Ponox 124,{ end; OnInit: - waitingroom "Time Force Battle - Last Party !",11,"Ponox::OnStartArena",1; + waitingroom "Time Force Battle - Last Party !",11,"Ponox::OnStartArena",5; enablewaitingroomevent; end; |