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
+2 -1
View File
@@ -24,6 +24,8 @@
}
}
}
}
},
"required" : ["basic", "advanced", "expert"],
@@ -44,5 +46,4 @@
"$ref" : "#/definitions/skillBonus"
}
}
}
}
-1
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()
{
}