diff options
Diffstat (limited to 'npc/001-11/Soren.txt')
-rw-r--r-- | npc/001-11/Soren.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-11/Soren.txt b/npc/001-11/Soren.txt index c4f393131..c840d92c5 100644 --- a/npc/001-11/Soren.txt +++ b/npc/001-11/Soren.txt @@ -48,7 +48,7 @@ L_Purpose: mes ""; switch (@menu) { case 2: - ConfirmStatusReset(1); + ConfirmStatusReset(1, false); break; case 3: goto L_Swap; |