From 0f44cd07642a74953e5b03a10a1593c5d839c7a2 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Mon, 14 Nov 2011 20:38:50 +0100 Subject: Removed direct occurrences of itemids --- world/map/npc/005-1/tree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/005-1/tree.txt') 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; -- cgit v1.2.3-60-g2f50