diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 7257729c0..ed873e632 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; + specialeffect 310, SELF; addtimer 4000, "@toevent::OnEffect"; } end; |