Skip to content

Commit

Permalink
[Wizard Jobquest] Fixed getting stuck when failing 2nd Wave of Earth …
Browse files Browse the repository at this point in the history
…Room or 1st Wave of Fire Room.
  • Loading branch information
skyleo committed Apr 22, 2016
1 parent 5ec67b1 commit ae84886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions npc/jobs/2-1/wizard.txt
Expand Up @@ -1423,7 +1423,7 @@ OnTimer60000:
end;

OnTimer61000:
donpcevent "Room of Earth#Failed::OnEnable";
enablenpc "Room of Earth#Failed";
end;

OnTimer62000:
Expand Down Expand Up @@ -1527,7 +1527,7 @@ OnTimer183000:
end;

OnTimer184000:
donpcevent "Room of Fire#Failed::OnEnable";
enablenpc "Room of Fire#Failed";
end;

OnTimer185000:
Expand Down

0 comments on commit ae84886

Please sign in to comment.