From 00307ecae2cb0a3655195e7c2b93df78b1489d4e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 3 Jun 2019 16:44:22 -0300 Subject: All defeat conditions for Sagratha are here :> --- npc/014-5/sagratha.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/014-5') diff --git a/npc/014-5/sagratha.txt b/npc/014-5/sagratha.txt index 847872b11..1b603064e 100644 --- a/npc/014-5/sagratha.txt +++ b/npc/014-5/sagratha.txt @@ -31,8 +31,8 @@ function script SaggyInstCheck { instance_attachmap("014-5-1", .@inst, false, .@mapn$); //instance_attachmap("015-8", .@inst, false, .@mapn$); instance_attachmap("015-8-1", .@inst, false, .@map2$); - // 40 minutes (2400s) inside, or 5 minutes (300s) outside - instance_set_timeout(2400, 300, .@inst); + // Instance lasts one hour + instance_set_timeout(3600, 3600, .@inst); instance_init(.@inst); setq2 HurnscaldQuest_Sagratha, .@inst; } -- cgit v1.2.3-70-g09d2