summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/031-General_Janus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/quest-debug/031-General_Janus.txt')
-rw-r--r--npc/functions/quest-debug/031-General_Janus.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/quest-debug/031-General_Janus.txt b/npc/functions/quest-debug/031-General_Janus.txt
index 797e3357..b5e62ecf 100644
--- a/npc/functions/quest-debug/031-General_Janus.txt
+++ b/npc/functions/quest-debug/031-General_Janus.txt
@@ -24,7 +24,7 @@ function script QuestDebug31 {
case 1: skill NV_BASIC, min(6, getskilllv(NV_BASIC)), 0; break;
case 2:
case 3: skill NV_BASIC, max(7, getskilllv(NV_BASIC)), 0; break;
- case 32766: return;
+ default: if (@menuret < 0) return;
}
} while (1);