summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level1-transmute-wood.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/level1-transmute-wood.txt')
-rw-r--r--world/map/npc/magic/level1-transmute-wood.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/magic/level1-transmute-wood.txt b/world/map/npc/magic/level1-transmute-wood.txt
index 935ed2fa..a7c86ecc 100644
--- a/world/map/npc/magic/level1-transmute-wood.txt
+++ b/world/map/npc/magic/level1-transmute-wood.txt
@@ -1,8 +1,8 @@
-|script|spell-transmute-wood|32767
{
- if(call("magic_checks")) end;
+ if(call("magic_checks")) end;
if (Sp < 5) end;
- if (getskilllv(.school) < .level) end;
+ if (getskilllv(SKILL_MAGIC) < .level) end;
if (countitem("RawLog") >= 1) delitem "RawLog", 1; else end;
set @_M_BLOCK, 1; // block casting, until the timer clears it
addtimer 4000, "Magic Timer::OnClear"; // set the new debuff