summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/magic/level0-wand.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/magic/level0-wand.txt b/npc/magic/level0-wand.txt
index 93ac60ff..1c3d7b2b 100644
--- a/npc/magic/level0-wand.txt
+++ b/npc/magic/level0-wand.txt
@@ -17,7 +17,7 @@ function script SK_Confringo {
.@dmg=rand2(.@dmg, readparam(bInt));
// Pro adjustment
if (.@dmg > .@max)
- .@dmg = .@max + ((.@dmg - .@max) * 30 / 100)
+ .@dmg = .@max + ((.@dmg - .@max) * 30 / 100);
harm(@skillTarget, .@dmg, HARM_MAGI, Ele_Neutral);
return;
}