diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-05-01 20:33:01 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-05-01 20:33:22 -0400 |
commit | 5a907c26b3d25fda31ca85c899068e0e99697ca8 (patch) | |
tree | 1c3bd1020b971f6eedccd8a7def6759f125d6b24 /world/map/npc/magic/level3-necromancy.txt | |
parent | a1d3ffc6ddefcb56cbf44f0782f6431b6438580b (diff) | |
download | serverdata-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/level3-necromancy.txt')
-rw-r--r-- | world/map/npc/magic/level3-necromancy.txt | 3 |
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: |