diff options
Diffstat (limited to 'npc/003-10/kreist.txt')
-rw-r--r-- | npc/003-10/kreist.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 809da628f..020286e72 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -28,7 +28,7 @@ .@q2=getq2(General_MobHunting1); .@q3=getq3(General_MobHunting1); .@q=General_MobHunting1; - .@lv=2; + .@lv=3; goto L_QuestMaster; case 2: .@q1=getq(General_MobHunting2); @@ -42,7 +42,7 @@ .@q2=getq2(General_MobHunting3); .@q3=getq3(General_MobHunting3); .@q=General_MobHunting3; - .@lv=13; + .@lv=12; goto L_QuestMaster; } closeclientdialog; |