From 6de5cb578078dfafbf1da489712304f43144bd7d Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 19 Nov 2006 05:12:30 +0000 Subject: Applied security patches. PLEASE CHECK THEM ALL. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9260 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_umbala.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/quests/quests_umbala.txt') 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 -- cgit v1.2.3-60-g2f50