summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-01-03 21:45:00 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-01-03 21:45:00 +0100
commitce683203784375b841d686a36083c1448fa653db (patch)
treec210419ca4c8da21aaea377bfec5744023001901 /crawl-ref/source/spl-book.cc
parent494a04fef637f91114d4fc00400ed3f0d2d3315e (diff)
downloadcrawl-ref-ce683203784375b841d686a36083c1448fa653db.tar.gz
crawl-ref-ce683203784375b841d686a36083c1448fa653db.zip
Sort the Book of Brands by level.
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 29e3c69d1f..23efc42d75 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -485,10 +485,10 @@ static spell_type spellbook_template_array[][SPELLBOOK_SIZE] =
// Book of Brands
{SPELL_CORONA,
SPELL_SWIFTNESS,
- SPELL_CAUSE_FEAR,
SPELL_FIRE_BRAND,
SPELL_FREEZING_AURA,
SPELL_POISON_WEAPON,
+ SPELL_CAUSE_FEAR,
SPELL_NO_SPELL,
SPELL_NO_SPELL,
},