diff options
-rw-r--r-- | npc/003-10/officer.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-10/officer.txt b/npc/003-10/officer.txt index c0457fc08..47b1a9cf3 100644 --- a/npc/003-10/officer.txt +++ b/npc/003-10/officer.txt @@ -31,7 +31,8 @@ mes ""; if (@menu == 1) { delitem RawLog, 25; - getitem WoodenSword, 1; + //getitem WoodenSword, 1; + CsysNpcCraft(WoodenSword, IOPT_EXPGAIN, 10, IOPT_RICHNESS, 10); setq TulimsharQuest_WoodenSword, 2; getexp 580, 20; mesn; |