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 52b6ac829d..06b7741f76 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1231,7 +1231,7 @@ bool cast_summon_swarm(int pow, god_type god)
if (create_monster(
mgen_data(mon,
friendly ? BEH_FRIENDLY : BEH_HOSTILE, &you,
- dur, SPELL_SUMMON_SWARM : 0,
+ dur, SPELL_SUMMON_SWARM,
you.pos(),
MHITYOU,
0, god)) != -1)