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:
parent
3764ec8be1
commit
dba5186a6f
@ -24,6 +24,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
"required" : ["basic", "advanced", "expert"],
|
||||
@ -45,4 +47,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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()
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user