diff options
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/poring_war.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/other/poring_war.txt b/npc/other/poring_war.txt index 16cc55790..23f7eb5a1 100644 --- a/npc/other/poring_war.txt +++ b/npc/other/poring_war.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Kisuka //===== Current Version: ===================================== -//= 1.1a +//= 1.1b //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 1.0 First version. [Kisuka][5511] //= 1.1 Fixed some typos/bugs. [CalciumKid] //= 1.1a Fixed Waiting rooms witht he default MAX_LEVEL [Slim] +//= 1.1b Fixed incorrect label calls. [Euphy] //============================================================ // Poring War Recruiter @@ -1439,9 +1440,9 @@ OnTimer68100: donpcevent "Mr. Doppel#wop_team_a::OnDisable"; donpcevent "Mr. Doppel#wop_team_d::OnDisable"; donpcevent "#wop_warp_rtry::OnDisable"; - donpcevent "Poring#wop_door_a::OnReset"; - donpcevent "Poring#wop_door_d::OnReset"; - donpcevent "Poring#wop_door_all::OnReset"; + donpcevent "Poring#wop_door_a::OnEnable"; + donpcevent "Poring#wop_door_d::OnEnable"; + donpcevent "Poring#wop_door_all::OnEnable"; stopnpctimer; end; } |