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 | |
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')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/quests/eye_of_hellion.txt | 2 |
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,"; |