summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/jobs/2-2/sage.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index cf64acfd9..68b5cf3b6 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,7 @@
Date Added
======
+2010/03/22
+ * Removed unnecessary event call on a missing event. (bugreport:4140) [Paradox924X]
2010/03/13
* Rev. 14262 More bug fixing! Lots of little things, really. [L0ne_w0lf]
- Corrected some condition errors in quests_veins. (bugreport:4088)
diff --git a/npc/jobs/2-2/sage.txt b/npc/jobs/2-2/sage.txt
index e4b4a4f64..40ec29baf 100644
--- a/npc/jobs/2-2/sage.txt
+++ b/npc/jobs/2-2/sage.txt
@@ -2789,7 +2789,6 @@ OnEnable:
end;
OnReset:
- donpcevent "Arena#3::OnReset";
killmonsterall "job_sage";
end;