diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 18:12:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 18:12:53 -0300 |
commit | 97eba3a7f755647a5a8518ea2fccaa2a66f82e5f (patch) | |
tree | 295386630c56fa41637245bfae9a508791da8db9 | |
parent | 784be8e4e0e2d712eebc90b64f31eaea1e68f756 (diff) | |
download | serverdata-97eba3a7f755647a5a8518ea2fccaa2a66f82e5f.tar.gz serverdata-97eba3a7f755647a5a8518ea2fccaa2a66f82e5f.tar.bz2 serverdata-97eba3a7f755647a5a8518ea2fccaa2a66f82e5f.tar.xz serverdata-97eba3a7f755647a5a8518ea2fccaa2a66f82e5f.zip |
Correct bad check
-rw-r--r-- | npc/003-1/sailors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/sailors.txt b/npc/003-1/sailors.txt index b7c1bc59d..455ed37e6 100644 --- a/npc/003-1/sailors.txt +++ b/npc/003-1/sailors.txt @@ -80,7 +80,7 @@ L_Report: mesq l("That's just a friendly advise. That's how things works around here."); close; } - inventoryplace Dagger, 1; + inventoryplace SharpKnife, 1, CottonShirt, 1; delitem FishBox, 3; // 7.500 GP delitem CroconutBox, 4; // 12.000 GP → 11.200 GP delitem CottonCloth, 10; // 2.000 GP |