summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 67d0957a2c..aafe14b992 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2430,7 +2430,7 @@ enum spell_type
SPELL_REPEL_UNDEAD,
SPELL_HOLY_WORD,
SPELL_DETECT_CURSE,
- SPELL_SUMMON_SMALL_MAMMAL,
+ SPELL_SUMMON_SMALL_MAMMALS,
SPELL_ABJURATION_I, // 50
SPELL_SUMMON_SCORPIONS,
SPELL_LEVITATION,
@@ -2442,7 +2442,7 @@ enum spell_type
SPELL_DETECT_TRAPS,
SPELL_BLINK,
SPELL_ISKENDERUNS_MYSTIC_BLAST, // 60
- SPELL_SWARM,
+ SPELL_SUMMON_SWARM,
SPELL_SUMMON_HORRIBLE_THINGS,
SPELL_ENSLAVEMENT,
SPELL_MAGIC_MAPPING,