summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/005-ShipQuests_Knife.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/quest-debug/005-ShipQuests_Knife.txt')
-rw-r--r--npc/functions/quest-debug/005-ShipQuests_Knife.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/quest-debug/005-ShipQuests_Knife.txt b/npc/functions/quest-debug/005-ShipQuests_Knife.txt
index f192a126..6d2ca71b 100644
--- a/npc/functions/quest-debug/005-ShipQuests_Knife.txt
+++ b/npc/functions/quest-debug/005-ShipQuests_Knife.txt
@@ -16,7 +16,7 @@ function script QuestDebug5 {
l("Does not have the quest"), 0,
l("Got the knife"), 1;
- if (@menuret == 32766)
+ if (@menuret < 0)
{
return;
}