summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/quests/eye_of_hellion.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 540448b08..49a5f8afc 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,7 @@
Date Added
======
2007/04/29
+ * Fixed level requirement of Eye of Hellion quest [Playtester]
* Some 11.1 field spawn updates [Playtester]
2007/04/28
* Small Kiel warp fix [Playtester]
diff --git a/npc/quests/eye_of_hellion.txt b/npc/quests/eye_of_hellion.txt
index e6361f98e..562a4e4ae 100644
--- a/npc/quests/eye_of_hellion.txt
+++ b/npc/quests/eye_of_hellion.txt
@@ -1547,7 +1547,7 @@ s_Glimmer:
close;
s_Looking:
- if(BaseLevel < 75)goto s_Glimmer;
+ if(BaseLevel < 60)goto s_Glimmer;
mes "[Sir Chilias'Tyus]";
mes "I suppose I should tell you";
mes "first about my grandfather,";