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 8ca5e7f113..5e980de450 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -608,7 +608,7 @@ bool melee_attack::attack()
check_autoberserk();
check_special_wield_effects();
- god_conduct_trigger conducts[4];
+ god_conduct_trigger conducts[3];
disable_attack_conducts(conducts);
if (attacker->atype() == ACT_PLAYER)