summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authormandark022 <mandark022@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-26 13:43:02 +0000
committermandark022 <mandark022@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-26 13:43:02 +0000
commitf85995bed3cee3e545b1fc9656000f1bcbb6c276 (patch)
treecc3276cb97738b2cd9db5befa4dc7288b41f65be /npc
parent0dd43876699d9c01d0c0a8a08820a0e9fa67b302 (diff)
downloadhercules-f85995bed3cee3e545b1fc9656000f1bcbb6c276.tar.gz
hercules-f85995bed3cee3e545b1fc9656000f1bcbb6c276.tar.bz2
hercules-f85995bed3cee3e545b1fc9656000f1bcbb6c276.tar.xz
hercules-f85995bed3cee3e545b1fc9656000f1bcbb6c276.zip
Added some details in the Additional Comments and added a small fix on my code thanks to Epoque for telling me.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15796 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/jobs/3-1/warlock.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/jobs/3-1/warlock.txt b/npc/jobs/3-1/warlock.txt
index 03c60d93b..2442de507 100644
--- a/npc/jobs/3-1/warlock.txt
+++ b/npc/jobs/3-1/warlock.txt
@@ -4,7 +4,7 @@
//= Masao
//= Credits: Muad_Dib, Gepard & L0ne_W0lf
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= Any rAthena SVN
//===== Description: =========================================
@@ -14,6 +14,8 @@
//= 1.0 First Version.
//= 1.1 Fixed some conversion mistakes, replaced numbers with
//= constants, added item names in comments.
+//= 1.2 Fixed the problem where NPC are not enabled and chamber will never open
+//= for the second try or use.
//============================================================
morocc,103,144,0 script distorted place morroc 139,1,1,{
@@ -1567,6 +1569,7 @@ OnTimer10000:
donpcevent "Hollow Stone#W::OnResetNPC";
stopnpctimer;
enablewaitingroomevent;
+ end;
}
initnpctimer;
end;