diff options
author | gumi <mekolat@users.noreply.github.com> | 2016-08-18 18:45:01 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2016-09-02 20:16:53 -0400 |
commit | 5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d (patch) | |
tree | f917e542caacec1361a237b2ee25ef184dcbcc9b /npc/functions/quest-debug/008-ShipQuests_Couwan.txt | |
parent | 3aaf8002319cdebd93f2292e6d18cb727c532550 (diff) | |
download | serverdata-5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d.tar.gz serverdata-5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d.tar.bz2 serverdata-5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d.tar.xz serverdata-5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d.zip |
last minute changes
Diffstat (limited to 'npc/functions/quest-debug/008-ShipQuests_Couwan.txt')
-rw-r--r-- | npc/functions/quest-debug/008-ShipQuests_Couwan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/quest-debug/008-ShipQuests_Couwan.txt b/npc/functions/quest-debug/008-ShipQuests_Couwan.txt index e9763a56..9ad2ca2c 100644 --- a/npc/functions/quest-debug/008-ShipQuests_Couwan.txt +++ b/npc/functions/quest-debug/008-ShipQuests_Couwan.txt @@ -17,7 +17,7 @@ function script QuestDebug8 { l("Couwan asks to deliver box"), 1, l("Delivered box, got reward"), 2; - if (@menuret == 32766) + if (@menuret < 0) { return; } |