diff options
-rw-r--r-- | npc/018-2-1/dustman.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index 3ed5e52d1..36c37f653 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -65,8 +65,7 @@ mesn; mesc l("You can have my team's helmet, you're now officially a crusader!"); setq1 LoFQuest_HH, 2; - //CraftNPCSys - getitem CrusadeHelmet, 1; + CsysNpcCraft(CrusadeHelmet, CLASS_DAMAGE_BOSS_TARGET, 10); getitem MercBoxA, 5; getitem AncientBlueprint, 2; getitem HeroCoin, 60; |