diff options
Diffstat (limited to 'npc/003-2')
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 4ec63ff13..30a97dcbb 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -125,7 +125,7 @@ L_Info: goto L_Task; L_Task: - mesc b(l(".:: Main Quest 2-1 ::.")), 1; + mesc b(l(".:: Main Quest 2-1 ::.")), 3; if (BaseLevel >= 20) mesc l("* @@/@@ Base Level", BaseLevel, 20), 2; else |