diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-23 20:59:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-23 20:59:45 -0300 |
commit | f1496bc3145376b2b6d342f7b91154208068ab75 (patch) | |
tree | 26221d6de4a7d239d098774209d4002f939f0d0c /npc/003-1 | |
parent | f717f83670f09c60ffa48cba5b075c90b2f6cd0e (diff) | |
download | serverdata-f1496bc3145376b2b6d342f7b91154208068ab75.tar.gz serverdata-f1496bc3145376b2b6d342f7b91154208068ab75.tar.bz2 serverdata-f1496bc3145376b2b6d342f7b91154208068ab75.tar.xz serverdata-f1496bc3145376b2b6d342f7b91154208068ab75.zip |
Fix Tulimshar sailors quest level
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/sailors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |