summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/hub.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 3fc728805..fde9e3604 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -442,7 +442,7 @@ function script HUB_SkillInvoke {
.@t = (65 - (@skillLv * 5)) * 1000;
.@atk = 5+(@skillLv * 5);
.@asp = 3 * @skillLv;
- sc_start4 SC_HLIF_FLEET, .@t, 100, .@asp, .@atk, 0, 10000, SCFLAG_NOAVOID, @skillCaster;
+ sc_start2 SC_HLIF_FLEET, .@t, .@asp, .@atk, 10000, SCFLAG_NOAVOID, @skillCaster;
break;
case TMW2_SPEED:
// SC_INCFLEE (int flee)