diff options
Diffstat (limited to 'npc/functions/quest-debug/023-ArtisQuests_QOnan.txt')
-rw-r--r-- | npc/functions/quest-debug/023-ArtisQuests_QOnan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/quest-debug/023-ArtisQuests_QOnan.txt b/npc/functions/quest-debug/023-ArtisQuests_QOnan.txt index 6028604c..22f8ff50 100644 --- a/npc/functions/quest-debug/023-ArtisQuests_QOnan.txt +++ b/npc/functions/quest-debug/023-ArtisQuests_QOnan.txt @@ -18,7 +18,7 @@ function script QuestDebug23 { l("Found the chest"), 2, l("Gave to Q'Onan, got reward"), 3; - if (@menuret == 32766) + if (@menuret < 0) { return; } |