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