summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-31 05:18:29 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-31 05:18:29 +0000
commite25237e487a2763e4ed4f9c4df081dac3814f804 (patch)
tree747bdcd29a05c1bb221be712918cbdaba420d1a2 /crawl-ref/source/spl-book.cc
parent9bfa6d841539d5195252a786bf6c643279040308 (diff)
downloadcrawl-ref-e25237e487a2763e4ed4f9c4df081dac3814f804.tar.gz
crawl-ref-e25237e487a2763e4ed4f9c4df081dac3814f804.zip
Put spells in the Book of the Sky in ascending order by level.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5366 c06c8d41-db1a-0410-9941-cceddc491573
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 95f22ac75d..800d3c8ef8 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -362,8 +362,8 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] =
SPELL_AIRSTRIKE,
SPELL_FLY,
SPELL_SILENCE,
- SPELL_DEFLECT_MISSILES,
SPELL_LIGHTNING_BOLT,
+ SPELL_DEFLECT_MISSILES,
SPELL_CONJURE_BALL_LIGHTNING,
},