diff options
Diffstat (limited to 'npc/jobs/1-1e/gunslinger.txt')
-rw-r--r-- | npc/jobs/1-1e/gunslinger.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/jobs/1-1e/gunslinger.txt b/npc/jobs/1-1e/gunslinger.txt index 47da54866..7e06a416e 100644 --- a/npc/jobs/1-1e/gunslinger.txt +++ b/npc/jobs/1-1e/gunslinger.txt @@ -217,6 +217,8 @@ payon.gat,184,65,3 script Mr. Tanieh 866,{ close2;
set @npcname$,"";
end;
+ default:
+ end;
}
} else if (GUNS_Q == 10003 || GUNS_Q == 10004) {
if (countitem(519) >= 1 && GUNS_Q == 10004) {
@@ -239,6 +241,8 @@ payon.gat,184,65,3 script Mr. Tanieh 866,{ close2;
set @npcname$,"";
end;
+ default:
+ end;
}
}
mes @npcname$;
|