summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/chardump.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/chardump.cc')
-rw-r--r--crawl-ref/source/chardump.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/chardump.cc b/crawl-ref/source/chardump.cc
index 2a78fd6e41..a5a6b497c5 100644
--- a/crawl-ref/source/chardump.cc
+++ b/crawl-ref/source/chardump.cc
@@ -874,7 +874,7 @@ static void sdump_spells(const std::string &, std::string & text)
for (int i = spell_line.length(); i < 41; ++i )
spell_line += ' ';
- spell_line += spell_power_to_string(calc_spell_power(spell,true));
+ spell_line += spell_power_string(spell);
for (int i = spell_line.length(); i < 56; ++i )
spell_line += ' ';