Browse Source

Fix minor typo in Illusion of Underwater (#7791)

* Resolves an issue with the Gatekeeper sending the player to the wrong menu option.
mazvi 1 year ago
parent
commit
8e56967c83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      npc/re/quests/quests_16_2_illusion.txt

+ 1 - 1
npc/re/quests/quests_16_2_illusion.txt

@@ -9870,7 +9870,7 @@ iz_d04_i,129,232,5	script	Gatekeeper#guard1	4_M_KY_SOLD,{
 	mes "[Gatekeeper]";
 	mes "If you go downstairs, you will run into some pretty vicious fish. Would that be alright?";
 	next;
-	if (select( "Sure", "I'll come next time" ) == 1) {
+	if (select( "Sure", "I'll come next time" ) == 2) {
 		mes "[Gatekeeper]";
 		mes "Please talk to me again when you are ready to cross.";
 		close;