From 5a907c26b3d25fda31ca85c899068e0e99697ca8 Mon Sep 17 00:00:00 2001 From: mekolat Date: Sun, 1 May 2016 20:33:01 -0400 Subject: remove attachrid from necromancy spell --- world/map/npc/magic/level3-necromancy.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'world/map/npc/magic/level3-necromancy.txt') 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: -- cgit v1.2.3-60-g2f50