summaryrefslogtreecommitdiff
path: root/npc/commands/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-01 19:24:18 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-01 19:24:18 -0300
commit23c0c38a0c3cf58ee08215e010db9e59ae97808e (patch)
tree29a5f16bc9497bce65b44ef0b6a4d4d2e8e51130 /npc/commands/event.txt
parent6ddb821be7f36a964f1cf6cfcabe5f3aaacc18b7 (diff)
downloadserverdata-23c0c38a0c3cf58ee08215e010db9e59ae97808e.tar.gz
serverdata-23c0c38a0c3cf58ee08215e010db9e59ae97808e.tar.bz2
serverdata-23c0c38a0c3cf58ee08215e010db9e59ae97808e.tar.xz
serverdata-23c0c38a0c3cf58ee08215e010db9e59ae97808e.zip
Minor bugfix
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;