summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-01 23:05:37 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-01 23:05:37 +0000
commit1b96ed97e6315034c53b3206565f37489ce1148f (patch)
tree0dee8e328204b0696f8c5547b2b51f5f23e8eaff /crawl-ref/source/spl-book.cc
parent84e0cee89f677a1d654d20fe7c33ac2dd29b7ba3 (diff)
downloadcrawl-ref-1b96ed97e6315034c53b3206565f37489ce1148f.tar.gz
crawl-ref-1b96ed97e6315034c53b3206565f37489ce1148f.zip
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
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 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)