summaryrefslogtreecommitdiff
path: root/npc/jobs
diff options
context:
space:
mode:
authorskyleo <leo-pflug@web.de>2016-04-22 17:43:40 +0200
committerskyleo <leo-pflug@web.de>2016-04-22 17:43:40 +0200
commitae84886a17ab779930e089e07ddaa05deef6581e (patch)
tree62d655a2fd1a768c5ad36ffa4496c5807300ffa7 /npc/jobs
parent5ec67b19fdb3387aea790f8d8a40071087b93443 (diff)
downloadhercules-ae84886a17ab779930e089e07ddaa05deef6581e.tar.gz
hercules-ae84886a17ab779930e089e07ddaa05deef6581e.tar.bz2
hercules-ae84886a17ab779930e089e07ddaa05deef6581e.tar.xz
hercules-ae84886a17ab779930e089e07ddaa05deef6581e.zip
[Wizard Jobquest] Fixed getting stuck when failing 2nd Wave of Earth Room or 1st Wave of Fire Room.
Diffstat (limited to 'npc/jobs')
-rw-r--r--npc/jobs/2-1/wizard.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/2-1/wizard.txt b/npc/jobs/2-1/wizard.txt
index fdbbcef25..be8192762 100644
--- a/npc/jobs/2-1/wizard.txt
+++ b/npc/jobs/2-1/wizard.txt
@@ -1423,7 +1423,7 @@ OnTimer60000:
end;
OnTimer61000:
- donpcevent "Room of Earth#Failed::OnEnable";
+ enablenpc "Room of Earth#Failed";
end;
OnTimer62000:
@@ -1527,7 +1527,7 @@ OnTimer183000:
end;
OnTimer184000:
- donpcevent "Room of Fire#Failed::OnEnable";
+ enablenpc "Room of Fire#Failed";
end;
OnTimer185000: