summaryrefslogtreecommitdiff
path: root/npc/other
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-10 17:29:54 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-10 17:29:54 +0000
commit1fc55f1687f9d99ac7270b28082a5f0727640469 (patch)
treeade15bf22facf0aa62179274f0450b4d1f5605db /npc/other
parentbaec4399395e25ceb93c5e236dc9841f958d2af6 (diff)
downloadhercules-1fc55f1687f9d99ac7270b28082a5f0727640469.tar.gz
hercules-1fc55f1687f9d99ac7270b28082a5f0727640469.tar.bz2
hercules-1fc55f1687f9d99ac7270b28082a5f0727640469.tar.xz
hercules-1fc55f1687f9d99ac7270b28082a5f0727640469.zip
* Added a missing shop item, bugreport:6878 (re\merchants\shops.txt)
* Fixed a few incorrect labels in Poring War script, bugreport:6794 (other\poring_war.txt) * Follow-up r16900, added svn:eol-style=native property. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16903 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other')
-rw-r--r--npc/other/poring_war.txt9
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;
}