From c6bad5e24eacb3ef84a973685ce4fff028c4bc99 Mon Sep 17 00:00:00 2001 From: mekolat Date: Sun, 1 May 2016 21:25:30 -0400 Subject: remove attachrid from plugh spell --- world/map/npc/magic/level2-flying-backpack.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'world/map/npc/magic') diff --git a/world/map/npc/magic/level2-flying-backpack.txt b/world/map/npc/magic/level2-flying-backpack.txt index 5e19468e..87c7d644 100644 --- a/world/map/npc/magic/level2-flying-backpack.txt +++ b/world/map/npc/magic/level2-flying-backpack.txt @@ -22,8 +22,7 @@ set @plugh_time, (@spellpower*500)+5000, @target_id; sc_start SC_FLYING_BACKPACK, @plugh_time, 0, @target_id; message @args$, "Backpack : Your backpack is lifted by a mystical force; you no longer feel it pressing on your back."; - if (attachrid(@target_id) != 1) end; - addtimer @plugh_time, strnpcinfo(0)+"::OnEnd"; + addtimer @plugh_time, strnpcinfo(0)+"::OnEnd", @target_id; end; OnEnd: -- cgit v1.2.3-60-g2f50