Skip to content
Snippets Groups Projects
Commit c6907332 authored by Rumen Nikiforov's avatar Rumen Nikiforov
Browse files

BETA: Fixing Valakas wait time.

	* Reported by: tragapan
	* Patch by: lion
parent e75b382c
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ public class GrandBossTeleporters extends AbstractNpcAI
if (status == 0)
{
L2GrandBossInstance valakas = GrandBossManager.getInstance().getBoss(29028);
valakasAI().startQuestTimer("beginning", Config.VALAKAS_WAIT_TIME, valakas, null);
valakasAI().startQuestTimer("beginning", Config.VALAKAS_WAIT_TIME * 60000, valakas, null);
GrandBossManager.getInstance().setBossStatus(29028, 1);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment