summaryrefslogtreecommitdiff
path: root/npc/quests/quests_morocc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests/quests_morocc.txt')
-rw-r--r--npc/quests/quests_morocc.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt
index c0dfac447..ab77879a1 100644
--- a/npc/quests/quests_morocc.txt
+++ b/npc/quests/quests_morocc.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= kobra_k88
//===== Current Version: =====================================
-//= 2.4
+//= 2.5
//===== Compatible With: =====================================
//= eAthena 7.15 +
//===== Description: =========================================
@@ -28,6 +28,7 @@
//= 2.4 Implemented Ep. 12.1 Continental Guard Quest. [L0ne_W0lf]
//= Moved Dandelion's Request to a it's own file.
//= Added support NPCs required to finish Gaebolg quest.
+//= 2.5 Fixed Group of Evil never re-enabling. [L0ne_W0lf]
//============================================================
//==================================================================================//
@@ -1881,7 +1882,6 @@ OnInit:
OnEnable:
enablenpc "Group of Evil#edq";
- donpcevent "Time-Space Gap#edq::OnDisable";
end;
OnDisable:
@@ -1933,7 +1933,7 @@ OnTimer1800000:
OnTimer21600000:
stopnpctimer;
set $@re_moc,0;
- disablenpc "Time-Space Gap#edq";
+ donpcevent "Time-Space Gap#edq::OnDisable";
end;
}