forked from github/server
call init_skills when not using JSON config
This commit is contained in:
parent
762f1e467b
commit
d9972a9da9
1 changed files with 1 additions and 0 deletions
|
@ -1778,6 +1778,7 @@ static void init_locale(const struct locale *lang)
|
|||
|
||||
init_directions(lang);
|
||||
init_keywords(lang);
|
||||
init_skills(lang);
|
||||
|
||||
tokens = get_translations(lang, UT_RACES);
|
||||
for (rc = races; rc; rc = rc->next) {
|
||||
|
|
Loading…
Reference in a new issue