diff options
-rw-r--r-- | npc/000-2-1/knife.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt index dc35b507..ae456d30 100644 --- a/npc/000-2-1/knife.txt +++ b/npc/000-2-1/knife.txt @@ -9,7 +9,7 @@ // 0 default -> not taken // 1 knife taken -000-2-1.gat,40,24,0,2 script #name 100,1,{ +000-2-1.gat,40,24,0,2 script #name 100;1,{ set @q, geta(ShipQuests, ShipQuests_Knife); if (@q) close; |