summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level2-make-arrows.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/level2-make-arrows.txt')
-rw-r--r--world/map/npc/magic/level2-make-arrows.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/magic/level2-make-arrows.txt b/world/map/npc/magic/level2-make-arrows.txt
index ff836272..dbd2bc2f 100644
--- a/world/map/npc/magic/level2-make-arrows.txt
+++ b/world/map/npc/magic/level2-make-arrows.txt
@@ -4,8 +4,8 @@
if (Sp < 8) end;
if (getskilllv(SKILL_MAGIC) < .level) end;
if (getskilllv(.school) < .level) end;
- if (countitem("RawLog") < 1) end;
- delitem "RawLog", 1;
+ if (countitem(RawLog) < 1) end;
+ delitem RawLog, 1;
set @_M_BLOCK, 1; // block casting, until the timer clears it
addtimer 5000, "Magic Timer::OnClear"; // set the new debuff
sc_start SC_COOLDOWN, 5000, 0, BL_ID;