summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 7f92310aff..f62b74fa37 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -2407,7 +2407,7 @@ std::string spell_schools_string(spell_type spell)
{
if (already)
desc += "/";
- desc += spelltype_name(1 << i);
+ desc += spelltype_long_name(1 << i);
already = true;
}
}