diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-14 23:22:03 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-14 23:22:03 +0000 |
commit | fb86a5e5c6f48b1a4b206c93923deb0392f04cb9 (patch) | |
tree | d0cd5774c6a03417f8e1290586a9683e0b5f58e9 /npc/instances | |
parent | 394354577a12737bb6ede6bf78868de868cfba9c (diff) | |
download | hercules-fb86a5e5c6f48b1a4b206c93923deb0392f04cb9.tar.gz hercules-fb86a5e5c6f48b1a4b206c93923deb0392f04cb9.tar.bz2 hercules-fb86a5e5c6f48b1a4b206c93923deb0392f04cb9.tar.xz hercules-fb86a5e5c6f48b1a4b206c93923deb0392f04cb9.zip |
- Fixed some typos in quest_13 files. (bugreport:5023)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15123 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/instances')
-rw-r--r-- | npc/instances/NydhoggsNest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/instances/NydhoggsNest.txt b/npc/instances/NydhoggsNest.txt index f999e6744..51e029b76 100644 --- a/npc/instances/NydhoggsNest.txt +++ b/npc/instances/NydhoggsNest.txt @@ -114,7 +114,7 @@ nyd_dun02,100,201,3 script Yggdrasil Gatekeeper 111,8,8,{ } else if ((ins_nyd == 131) || (ins_nyd == 132) || (ins_nyd > 199)) { set .@ins_nyd_check,checkquest(3135,PLAYTIME); // 3 Day cooldown - set .@ins_nyd_check2,checkquest(3135,PLAYTIME); // 4 Hour play limit + set .@ins_nyd_check2,checkquest(3136,PLAYTIME); // 4 Hour play limit if (.@ins_nyd_check == -1) { mes "As I put my hands on the stone gate, a voice sounded from the depth of my heart."; next; |