diff options
Diffstat (limited to 'npc/quests/eye_of_hellion.txt')
-rw-r--r-- | npc/quests/eye_of_hellion.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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,"; |