diff options
Diffstat (limited to 'npc/merchants/kunai_maker.txt')
-rw-r--r-- | npc/merchants/kunai_maker.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/merchants/kunai_maker.txt b/npc/merchants/kunai_maker.txt index 3f2eae55c..f836befdf 100644 --- a/npc/merchants/kunai_maker.txt +++ b/npc/merchants/kunai_maker.txt @@ -38,7 +38,6 @@ switch(select("10 Poison Kunais:10 Icycle Kunais:10 Rough Wind Kunais:10 Black S callfunc "Kunai_Trade",13254,1,7521,2,13258;
goto L_Bye;
case 6:
- case 255:
goto L_Bye;
}
L_Bye:
@@ -91,7 +90,6 @@ function script Kunai_Trade { next;
return;
case 2:
- case 255:
return;
}
L_Return:
|