summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 083bb9ad3a..c0c963b25e 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1114,7 +1114,7 @@ bool cast_twisted_resurrection(int pow, god_type god)
const int monster =
create_monster(
mgen_data(mon, BEH_FRIENDLY,
- 0, SPELL_TWISTED_RESURRECTION,
+ 0, 0,
you.pos(), MHITYOU,
MG_FORCE_BEH, god,
MONS_PROGRAM_BUG, 0, colour));