diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-28 10:10:45 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-28 10:10:45 +0000 |
commit | d390b60330939f52d5f10467a1617dcf7f102ce1 (patch) | |
tree | 190078cfd479dbd1b69fde9c82339724fb5c3072 /npc/quests/eye_of_hellion.txt | |
parent | f2aa0cc3c716b5c8320777cc1049f22e63f626f2 (diff) | |
download | hercules-d390b60330939f52d5f10467a1617dcf7f102ce1.tar.gz hercules-d390b60330939f52d5f10467a1617dcf7f102ce1.tar.bz2 hercules-d390b60330939f52d5f10467a1617dcf7f102ce1.tar.xz hercules-d390b60330939f52d5f10467a1617dcf7f102ce1.zip |
Fixed level requirement of Eye of Hellion quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10381 54d463be-8e91-2dee-dedb-b68131a5f0ec
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,"; |