WIP: make all spell configuration use spellref.

does not pass tests.
This commit is contained in:
Enno Rehling 2017-01-29 10:45:22 +01:00
parent 3ac834a46d
commit 7437ebb36a
1 changed files with 1 additions and 1 deletions

View File

@ -2088,9 +2088,9 @@ void register_xmlreader(void)
xml_register_callback(parse_buildings); /* requires resources */
xml_register_callback(parse_ships); /* requires terrains */
xml_register_callback(parse_races); /* requires spells */
xml_register_callback(parse_spells); /* requires resources */
xml_register_callback(parse_spellbooks); /* requires spells */
xml_register_callback(parse_equipment); /* requires spells */
xml_register_callback(parse_spells); /* requires resources */
xml_register_callback(parse_calendar);
}
#endif