summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 7187662e87..213110157d 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2701,7 +2701,7 @@ void melee_attack::do_miscast()
}
MiscastEffect(miscast_target, source, (spschool_flag_type) miscast_type,
- miscast_level, cause, NH_NEVER, hand_str, false);
+ miscast_level, cause, NH_NEVER, 0, hand_str, false);
// Don't do miscast twice for one attack.
miscast_level = -1;