summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 21:57:01 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 21:57:01 -0600
commitc8e39879f153b12a505b47fe20481d457ca9d1c5 (patch)
tree95c144b0ee36849ac4962591ecc1508de27fd1d3 /crawl-ref/source/enum.h
parentf6fed038294b736f9f1c2bd5c6d8686cc900b56d (diff)
downloadcrawl-ref-c8e39879f153b12a505b47fe20481d457ca9d1c5.tar.gz
crawl-ref-c8e39879f153b12a505b47fe20481d457ca9d1c5.zip
Rename the hellion spell list from MST_BURNING_DEVIL to MST_HELLION.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 41483558b1..98ed77e78f 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2195,7 +2195,7 @@ enum mon_spellbook_type
MST_LICH_II,
MST_LICH_III,
MST_LICH_IV,
- MST_BURNING_DEVIL = 30,
+ MST_HELLION = 30,
MST_VAMPIRE = 40,
MST_VAMPIRE_KNIGHT,
MST_VAMPIRE_MAGE,