summaryrefslogtreecommitdiff
path: root/src/spells6.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells6.cc')
-rw-r--r--src/spells6.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spells6.cc b/src/spells6.cc
index 7fc615ac..9a059874 100644
--- a/src/spells6.cc
+++ b/src/spells6.cc
@@ -378,7 +378,7 @@ void schools_init()
/* Placeholder schools */
{
school_new(&SCHOOL_DEVICE, "Device", SKILL_DEVICE);
- school_new(&SCHOOL_DEVICE, "Music", SKILL_MUSIC);
+ school_new(&SCHOOL_MUSIC, "Music", SKILL_MUSIC);
}
}