summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/hub.txt')
-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 0476903b9..61fa2ec24 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -299,7 +299,7 @@ function script HUB_SkillInvoke {
// Weapon Overload attack
case TMW2_OVERLOAD:
.@PW=200+(@skillLv > 3 ? @skillLv)+(@skillLv > 7 ? @skillLv*2);
- areaharm(@skillTarget, 0, AdjustAttackpower(.@PW), HARM_MISC);
+ areaharm(@skillTarget, 1, AdjustAttackpower(.@PW), HARM_MISC);
break;
// Magic v3
case TMW2_JUDGMENT: