summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/spl-book.cc2
-rw-r--r--crawl-ref/source/spl-data.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 0bb371f7d7..6958d365f2 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -133,8 +133,8 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] =
SPELL_FIRE_BRAND,
SPELL_SUMMON_ELEMENTAL,
SPELL_BOLT_OF_MAGMA,
- SPELL_DELAYED_FIREBALL,
SPELL_IGNITE_POISON,
+ SPELL_DELAYED_FIREBALL,
SPELL_RING_OF_FLAMES,
SPELL_NO_SPELL,
},
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 3c240a03a9..0d2e0cf13f 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -1801,7 +1801,7 @@
SPELL_IGNITE_POISON, "Ignite Poison",
SPTYP_FIRE | SPTYP_TRANSMIGRATION,
SPFLAG_NONE,
- 7,
+ 6,
200,
NULL,
false,