summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-wanderer.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-25 22:40:13 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-25 22:40:13 +0200
commitda153af03875c5fa316adf23d17f897d8f6c3ddc (patch)
treeba097f3b31821105778fdb0e77e8087ab2050496 /crawl-ref/source/ng-wanderer.cc
parentca96156951bf69e87e50d81448e0bce7a0f71a5e (diff)
downloadcrawl-ref-da153af03875c5fa316adf23d17f897d8f6c3ddc.tar.gz
crawl-ref-da153af03875c5fa316adf23d17f897d8f6c3ddc.zip
Rename BOOK_CONJURATIONS_II to BOOK_CONJURATIONS.
Diffstat (limited to 'crawl-ref/source/ng-wanderer.cc')
-rw-r--r--crawl-ref/source/ng-wanderer.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/ng-wanderer.cc b/crawl-ref/source/ng-wanderer.cc
index 7996fd89ef..79c403f7cf 100644
--- a/crawl-ref/source/ng-wanderer.cc
+++ b/crawl-ref/source/ng-wanderer.cc
@@ -308,7 +308,7 @@ static void _give_wanderer_book(skill_type skill, int & slot)
book_type = BOOK_MINOR_MAGIC;
break;
case 1:
- book_type = BOOK_CONJURATIONS_II;
+ book_type = BOOK_CONJURATIONS;
break;
case 2:
book_type = BOOK_YOUNG_POISONERS;
@@ -371,7 +371,7 @@ static void _give_wanderer_book(skill_type skill, int & slot)
book_type = BOOK_FROST;
break;
case 1:
- book_type = BOOK_CONJURATIONS_II;
+ book_type = BOOK_CONJURATIONS;
break;
}
break;
@@ -383,7 +383,7 @@ static void _give_wanderer_book(skill_type skill, int & slot)
book_type = BOOK_AIR;
break;
case 1:
- book_type = BOOK_CONJURATIONS_II;
+ book_type = BOOK_CONJURATIONS;
break;
}
break;