diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/instances/SealedShrine.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/instances/SealedShrine.txt b/npc/instances/SealedShrine.txt index 0c6c0e7f4..ba77ec2ef 100644 --- a/npc/instances/SealedShrine.txt +++ b/npc/instances/SealedShrine.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 2.0 +//= 2.1 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -24,12 +24,12 @@ //= the invoking party meets the requirements to join the Memorial Dungeon. //= 1.9 Fixed broken else/if chaining. [Joseph] //= 2.0 Some optimization. [Euphy] +//= 2.1 Fixed quest being removed before the 12 hours cool down. [Joseph] //============================================================ // Sealed Catacomb Entrance //============================================================ monk_test,309,146,3 script Friar Patrick#edq 412,{ - if (checkquest(3040)>=0) erasequest 3040; cutin "ins_cata_pri_n",2; mes "[Friar Patrick]"; mes "The peace of this world cannot last forever... The hands of Evil are reaching into the world again..."; |