From b73ce2f464f15ee01368890e7dfaba2fecee5dbb Mon Sep 17 00:00:00 2001 From: mekolat Date: Sun, 1 May 2016 21:19:54 -0400 Subject: remove attachrid from anwiltyp spell --- world/map/npc/magic/level2-hide.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'world/map/npc/magic/level2-hide.txt') diff --git a/world/map/npc/magic/level2-hide.txt b/world/map/npc/magic/level2-hide.txt index ff67e6a5..6d9c125d 100644 --- a/world/map/npc/magic/level2-hide.txt +++ b/world/map/npc/magic/level2-hide.txt @@ -26,8 +26,7 @@ sc_start SC_HIDE, .@time, 0, @target_id; message @args$, "Magic : You are hidden!"; if (BL_ID != @target_id) message strcharinfo(0), "Magic : You hid someone!"; - if (attachrid(@target_id) != 1) end; - addtimer @anwiltyp_time, strnpcinfo(0)+"::OnEnd"; + addtimer @anwiltyp_time, strnpcinfo(0)+"::OnEnd", @target_id; end; OnEnd: -- cgit v1.2.3-60-g2f50