diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-01 19:24:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-01 19:24:18 -0300 |
commit | 23c0c38a0c3cf58ee08215e010db9e59ae97808e (patch) | |
tree | 29a5f16bc9497bce65b44ef0b6a4d4d2e8e51130 | |
parent | 6ddb821be7f36a964f1cf6cfcabe5f3aaacc18b7 (diff) | |
download | serverdata-23c0c38a0c3cf58ee08215e010db9e59ae97808e.tar.gz serverdata-23c0c38a0c3cf58ee08215e010db9e59ae97808e.tar.bz2 serverdata-23c0c38a0c3cf58ee08215e010db9e59ae97808e.tar.xz serverdata-23c0c38a0c3cf58ee08215e010db9e59ae97808e.zip |
Minor bugfix
-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 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; |