From 1b96ed97e6315034c53b3206565f37489ce1148f Mon Sep 17 00:00:00 2001 From: haranp Date: Thu, 1 Nov 2007 23:05:37 +0000 Subject: Fixed the other instance of Control Teleport (in Spatial Translocations.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2720 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-book.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc index 0daae76338..3dab8d32dc 100644 --- a/crawl-ref/source/spl-book.cc +++ b/crawl-ref/source/spl-book.cc @@ -165,8 +165,8 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] = SPELL_BLINK, SPELL_RECALL, SPELL_TELEPORT_OTHER, - SPELL_TELEPORT_SELF, SPELL_CONTROL_TELEPORT, + SPELL_TELEPORT_SELF, SPELL_NO_SPELL, }, // 12 - Book of Enchantments (fourth one) -- cgit v1.2.3-54-g00ecf