1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-25 12:14:46 +02:00

fixed skill schema definition

This commit is contained in:
Henning Koehler 2017-08-30 20:01:09 +12:00
parent 3764ec8be1
commit dba5186a6f
2 changed files with 19 additions and 19 deletions

View File

@ -24,6 +24,8 @@
}
}
}
}
},
"required" : ["basic", "advanced", "expert"],
@ -45,4 +47,3 @@
}
}
}
}

View File

@ -206,7 +206,6 @@ void CSkillHandler::loadObject(std::string scope, std::string name, const JsonNo
registerObject(scope, type_name, name, object->id);
}
void CSkillHandler::afterLoadFinalization()
{
}