diff options
Diffstat (limited to 'npc/004-1/anwar.txt')
-rw-r--r-- | npc/004-1/anwar.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt index 4abdc7369..e296a606c 100644 --- a/npc/004-1/anwar.txt +++ b/npc/004-1/anwar.txt @@ -7,7 +7,7 @@ 004-1,107,67,0 script Anwar NPC_RAIJIN,{ .@q=getq(TulimsharQuest_AnwarField); - if (BaseLevel < 15) goto L_Weak; + if (BaseLevel < 18) goto L_Weak; /* if (.@q >= 15) goto L_Done; if (.@q >= 13) goto L_GiveEomie; |