From d347a6c396f0bbda67c694dc7d716e06d7878f22 Mon Sep 17 00:00:00 2001
From: AtlantisRO <atlas@atlantis-ro.net>
Date: Tue, 28 Mar 2017 00:35:56 -0700
Subject: Fixes #1655 - Fix to Sura Job Change Quest get stuck after first
 attemp.

Signed-off-by: Ragno <ragno@atlantis-ro.net>
---
 npc/re/jobs/3-2/sura.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'npc/re/jobs/3-2')

diff --git a/npc/re/jobs/3-2/sura.txt b/npc/re/jobs/3-2/sura.txt
index 3eae13edf..c8f5d1083 100644
--- a/npc/re/jobs/3-2/sura.txt
+++ b/npc/re/jobs/3-2/sura.txt
@@ -654,14 +654,14 @@ OnTimer305000:
 OnTimer315000:
 	mapannounce "sword_2-1","Come on here.",bc_map;
 	donpcevent "Buddy#job_shuaneh::OnDisable";
-	donpcevent "#Sura_garajjom::OnEnable";
+	// donpcevent "#Sura_garajjom::OnEnable";	// Commented to prevent #Sura_garajjom allowing player to success the test at any case (even when failing it).
 	end;
 OnTimer320000:
 	mapannounce "sword_2-1","I guess you're not ready to meet the master yet...",bc_map;
 	mapwarp "sword_2-1","yuno_fild07",255,178;
-	donpcevent "#Sura_garajjom::OnDisable";
-	donpcevent "Drawing Room::OnEnable";
+	// donpcevent "#Sura_garajjom::OnDisable";
 	donpcevent "Buddy#Sura_Salon::OnDisable";
+	donpcevent "Drawing Room::OnEnable";
 	end;
 }
 
-- 
cgit v1.2.3-70-g09d2