diff options
Diffstat (limited to 'npc/quests/quests_umbala.txt')
-rw-r--r-- | npc/quests/quests_umbala.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/quests/quests_umbala.txt b/npc/quests/quests_umbala.txt index b4a539b81..c5cdd54c4 100644 --- a/npc/quests/quests_umbala.txt +++ b/npc/quests/quests_umbala.txt @@ -695,6 +695,8 @@ um_in.gat,44,71,2 script Utan Tribe Shaman 782,{ set .@gain,992;
}
break;
+ default:
+ end;
}
if(.@need == 0) {
next;
@@ -833,6 +835,8 @@ um_in.gat,44,71,2 script Utan Tribe Shaman 782,{ set .@gain,992;
}
break;
+ default:
+ end;
}
next;
if(.@need == 0) {
@@ -912,10 +916,13 @@ um_in.gat,44,71,2 script Utan Tribe Shaman 782,{ mes "good use.";
close;
case 3:
+ case 255:
mes "[Putsuchiritan]";
mes "If you don't wish my help at the moment,";
mes "that's fine. When you do, please come";
mes "by again.";
close;
}
+ default:
+ end;
}
\ No newline at end of file |