summaryrefslogtreecommitdiff
path: root/world/map/npc/magic
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-05-01 20:33:01 -0400
committermekolat <mekolat@users.noreply.github.com>2016-05-01 20:33:22 -0400
commit5a907c26b3d25fda31ca85c899068e0e99697ca8 (patch)
tree1c3bd1020b971f6eedccd8a7def6759f125d6b24 /world/map/npc/magic
parenta1d3ffc6ddefcb56cbf44f0782f6431b6438580b (diff)
downloadserverdata-5a907c26b3d25fda31ca85c899068e0e99697ca8.tar.gz
serverdata-5a907c26b3d25fda31ca85c899068e0e99697ca8.tar.bz2
serverdata-5a907c26b3d25fda31ca85c899068e0e99697ca8.tar.xz
serverdata-5a907c26b3d25fda31ca85c899068e0e99697ca8.zip
remove attachrid from necromancy spell
Diffstat (limited to 'world/map/npc/magic')
-rw-r--r--world/map/npc/magic/level3-necromancy.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/world/map/npc/magic/level3-necromancy.txt b/world/map/npc/magic/level3-necromancy.txt
index 57f5a6cc..2cd6724d 100644
--- a/world/map/npc/magic/level3-necromancy.txt
+++ b/world/map/npc/magic/level3-necromancy.txt
@@ -24,8 +24,7 @@
set @necromancer, CHAR_ID, @target_id; // tell the target who is reviving them
- if (attachrid(@target_id) != 1) end;
- addtimer 6000, strnpcinfo(0)+"::OnRevive"; // TODO: make it take more or less time depending on the spell power
+ addtimer 6000, strnpcinfo(0)+"::OnRevive", @target_id; // TODO: make it take more or less time depending on the spell power
end;
OnRevive: