From e25237e487a2763e4ed4f9c4df081dac3814f804 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 31 May 2008 05:18:29 +0000 Subject: 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 --- crawl-ref/source/spl-book.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-book.cc') 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, }, -- cgit v1.2.3-54-g00ecf