summaryrefslogtreecommitdiff
path: root/world/map/npc/magic
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2024-01-29 22:09:55 +0100
committerHoraK-FDF <horak-fdf@web.de>2024-01-29 22:09:55 +0100
commitb617aaae87e3bd00b0da95f12fbbe77a7602d72e (patch)
tree327bcddc58a35334d9ab78f1f438d5bf3ae1e88e /world/map/npc/magic
parent2b70877e2e00ced2626b074ac9e6f9c088b77901 (diff)
downloadserverdata-b617aaae87e3bd00b0da95f12fbbe77a7602d72e.tar.gz
serverdata-b617aaae87e3bd00b0da95f12fbbe77a7602d72e.tar.bz2
serverdata-b617aaae87e3bd00b0da95f12fbbe77a7602d72e.tar.xz
serverdata-b617aaae87e3bd00b0da95f12fbbe77a7602d72e.zip
event server update add
Diffstat (limited to 'world/map/npc/magic')
-rw-r--r--world/map/npc/magic/level2-toxic-dart.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/magic/level2-toxic-dart.txt b/world/map/npc/magic/level2-toxic-dart.txt
index 5f611262..09a44815 100644
--- a/world/map/npc/magic/level2-toxic-dart.txt
+++ b/world/map/npc/magic/level2-toxic-dart.txt
@@ -27,7 +27,7 @@ OnAttack:
if (target(BL_ID, @target_id, 50) != 50) goto L_FreeRecast; // 0x20 | 0x02 | 0x10
void call("elt_damage", @phlexspell[0], @phlexspell[1], ELT_NEUTRAL, ELT_POISON, FX_NONE);
if(@target_id != BL_ID && isloggedin(@target_id)) // this is a dirty trick to check if the target is a player
- sc_start sc_poison, @phlexspell[4], @phlexspell[5], @target_id;
+ sc_start SC_POISON, @phlexspell[4], @phlexspell[5], @target_id;
set @phlexspell[3], @phlexspell[3] - 1;
goto L_FreeRecast;