diff options
Diffstat (limited to 'world/map/npc/005-1/tree.txt')
-rw-r--r-- | world/map/npc/005-1/tree.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/005-1/tree.txt b/world/map/npc/005-1/tree.txt index 859843c6..e5fb0366 100644 --- a/world/map/npc/005-1/tree.txt +++ b/world/map/npc/005-1/tree.txt @@ -116,7 +116,7 @@ L_kiss: goto L_Close; L_do_cut: - if (countitem(570) < 1) goto L_no_boneknife; + if (countitem("BoneKnife") < 1) goto L_no_boneknife; if (MAGIC_FLAGS & MFLAG_DID_CUTTREE) goto L_really_cut; |