From f1496bc3145376b2b6d342f7b91154208068ab75 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 23 May 2019 20:59:45 -0300 Subject: Fix Tulimshar sailors quest level --- npc/003-1/sailors.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/003-1/sailors.txt b/npc/003-1/sailors.txt index 4a344053e..4a79e8b47 100644 --- a/npc/003-1/sailors.txt +++ b/npc/003-1/sailors.txt @@ -7,7 +7,7 @@ // is knowledge, the fishing rod you'll need to make anyway, 150 XP and 20 JExp. 003-1,112,93,0 script Sailors#003-1 NPC_ELVEN_MAN_TRADER_SITTING,{ - if (BaseLevel < 20) goto L_Complete; + if (BaseLevel < 12) goto L_Complete; .@q = getq(TulimsharQuest_Sailors); if (.@q == 1) goto L_Report; -- cgit v1.2.3-60-g2f50