Browse Source

* Fixed a typo in Party Arena.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11624 54d463be-8e91-2dee-dedb-b68131a5f0ec
SinSloth 17 năm trước cách đây
mục cha
commit
130c4bf021
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      npc/other/arena/arena_party.txt

+ 3 - 2
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;