From b51a87146f070753d8082e19642a0ca4fdb909e7 Mon Sep 17 00:00:00 2001
From: Daegaladh <daegaladh@shadowgames.es>
Date: Wed, 8 Jul 2020 14:48:22 +0200
Subject: [PATCH] Fixed reentering Sealed Shrine instance on pre-re

---
 npc/instances/SealedShrine.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/npc/instances/SealedShrine.txt b/npc/instances/SealedShrine.txt
index 8e51435a3c..02e5e1ec4d 100644
--- a/npc/instances/SealedShrine.txt
+++ b/npc/instances/SealedShrine.txt
@@ -225,7 +225,7 @@ monk_test,306,151,3	script	Grave of Baphomet#edq	111,{
 			close;
 		case IE_OK:
 			mapannounce "monk_test","[" + strcharinfo(0) + "] member of the [" + getpartyname(.@party_id) + "] party has entered the Sealed Shrine.",bc_map,"0x00ff99";
-			setquest 3040;
+			if (checkre(RENEWAL)) setquest 3040;
 			//warp "1@cata",100,224;
 			close;
 		}
@@ -1147,6 +1147,7 @@ OnInstanceInit:
 2@cata,80,63,4	script	Ancient Hero's Soul#2F	411,{
 	cutin "ins_cata_champ_s",2;
 	if (checkquest(3041)>=0) erasequest 3041;
+	if (!checkre(RENEWAL)) setquest 3040;
 	mes "[Ancient Hero's Soul]";
 	mes "Good job, my descendants... You've finished the long-cherished task that me and my bretheren could not complete.";
 	next;