Procházet zdrojové kódy

Fixed a wrong close in the eye of hellion quest

Merges HerculesWS/Hercules@d8441a3
Thanks to @Ridley8819
Lemongrass3110 před 8 roky
rodič
revize
56c9765fe0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      npc/quests/eye_of_hellion.txt

+ 1 - 1
npc/quests/eye_of_hellion.txt

@@ -418,7 +418,7 @@ morocc_in,116,101,3	script	Old Scholar Tyus#hellion	735,3,3,{
 		mes "for yourself?! I must smite";
 		mes "you now before you are";
 		mes "consumed by its darkness!";
-		close;
+		close2;
 		percentheal -100,0;
 		end;
 	}