summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index c7e7d49a07..ef7c62c23b 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -910,7 +910,7 @@ char burn_freeze(int pow, beam_type flavour)
monsters *monster = &menv[mgr];
- god_conduct_trigger conducts[4];
+ god_conduct_trigger conducts[3];
disable_attack_conducts(conducts);
bool success = !stop_attack_prompt(monster, false, false);