summaryrefslogtreecommitdiff
path: root/npc/commands/event.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r--npc/commands/event.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index ed873e632..2d0057192 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -241,7 +241,7 @@ OnCall:
@toeventval1=readparam(Hp);
@toeventval2=readparam(Sp);
@toeventchk=1;
- specialeffect 310, SELF;
+ specialeffect 310, SELF, getcharid(3);
addtimer 4000, "@toevent::OnEffect";
}
end;