summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
commit30bccfa32e7e68c8d18a0364441ff756075415e7 (patch)
treec8daf9ae65ef15893660faacbf044e10a00fa740 /src
parent3e1506c4c190adb24e01c736cdf0120a2b655cea (diff)
Fix school assignment for musical instruments
Diffstat (limited to 'src')
-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);
}
}