diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-17 10:49:52 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-17 10:49:52 +0000 |
commit | 535f375f26bdcc408d30193dd8033c574fd8c563 (patch) | |
tree | ccd387f8e27427900357f3d943272e2ae63b1317 /npc/re/quests/magic_books.txt | |
parent | 43aac3145c7c6b6fb20a1361e504d24f3e1f589d (diff) | |
download | hercules-535f375f26bdcc408d30193dd8033c574fd8c563.tar.gz hercules-535f375f26bdcc408d30193dd8033c574fd8c563.tar.bz2 hercules-535f375f26bdcc408d30193dd8033c574fd8c563.tar.xz hercules-535f375f26bdcc408d30193dd8033c574fd8c563.zip |
- Fixed typos in magic_books.txt and quests_dewata.txt (bugreport:6480)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16648 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/quests/magic_books.txt')
-rw-r--r-- | npc/re/quests/magic_books.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/quests/magic_books.txt b/npc/re/quests/magic_books.txt index 9f12a9f86..618d3f640 100644 --- a/npc/re/quests/magic_books.txt +++ b/npc/re/quests/magic_books.txt @@ -679,7 +679,7 @@ dic_in01,25,190,0 script Mysterious Documents 844,{ mes "I better not forget to equip my ring."; close; } - if (ep13_3_invite < 6) { + if (ep13_3_invite < 5) { mes "When you approach the documents, an Evil Giant that looks like the archive manager tries to call Guard Galton. You should get out of here quickly."; close; } @@ -842,4 +842,4 @@ thor_v02,163,104,0 script Powerful Lava Energy#33 844,{ callfunc "Magic_Book_Ess thor_v01,185,91,0 script Powerful Flame Energy#33 844,{ callfunc "Magic_Book_Essence",12219,7098,10,"Flame"; end; } ice_dun03,137,148,0 script Powerful Glacier Energy 844,{ callfunc "Magic_Book_Essence",12220,7561,10,"Glacier"; end; } ein_dun02,181,124,0 script Powerful Fossil Energy 844,{ callfunc "Magic_Book_Essence",12221,7312,10,"Fossil"; end; } -gon_dun02,252,198,0 script Powerful Storm Energy#33 844,{ callfunc "Magic_Book_Essence",12222,7266,10,"Storm"; end; }
\ No newline at end of file +gon_dun02,252,198,0 script Powerful Storm Energy#33 844,{ callfunc "Magic_Book_Essence",12222,7266,10,"Storm"; end; } |