summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-05-01 21:25:30 -0400
committermekolat <mekolat@users.noreply.github.com>2016-05-01 21:25:30 -0400
commitc6bad5e24eacb3ef84a973685ce4fff028c4bc99 (patch)
treee30850daf520db2106aac70d64c6cb1aceffdd40
parentc16033aed34246336502a1bbaec1a06d77cd35b1 (diff)
downloadserverdata-c6bad5e24eacb3ef84a973685ce4fff028c4bc99.tar.gz
serverdata-c6bad5e24eacb3ef84a973685ce4fff028c4bc99.tar.bz2
serverdata-c6bad5e24eacb3ef84a973685ce4fff028c4bc99.tar.xz
serverdata-c6bad5e24eacb3ef84a973685ce4fff028c4bc99.zip
remove attachrid from plugh spell
-rw-r--r--world/map/npc/magic/level2-flying-backpack.txt3
1 files changed, 1 insertions, 2 deletions
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: