From 30bccfa32e7e68c8d18a0364441ff756075415e7 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:56 +0100 Subject: Fix school assignment for musical instruments --- src/spells6.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- cgit v1.2.3