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 8ecb929176..262b548f2e 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1410,7 +1410,7 @@ void summon_animals(int pow)
const monster_type animals[] = {
MONS_BUMBLEBEE, MONS_WAR_DOG, MONS_SHEEP, MONS_YAK,
MONS_HOG, MONS_SOLDIER_ANT, MONS_WOLF,
- MONS_GRIZZLY_BEAR, MONS_POLAR_BEAR, MONS_BLACK_BEAR,
+ MONS_GRIZZLY_BEAR, MONS_POLAR_BEAR, MONS_BLACK_BEAR,
MONS_GIANT_SNAIL, MONS_BORING_BEETLE, MONS_GILA_MONSTER,
MONS_KOMODO_DRAGON, MONS_SPINY_FROG, MONS_HOUND
};