1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-22 12:39:59 +00:00

Bump interface version

This commit is contained in:
Mads Buvik Sandvei 2024-03-09 21:56:46 +01:00
parent 7cb316f3c9
commit 57d7f5977c

View File

@ -177,7 +177,7 @@ return {
interface = { interface = {
--- Interface version --- Interface version
-- @field [parent=#SkillProgression] #number version -- @field [parent=#SkillProgression] #number version
version = 0, version = 1,
--- Add new skill level up handler for this actor. --- Add new skill level up handler for this actor.
-- For load order consistency, handlers should be added in the body if your script. -- For load order consistency, handlers should be added in the body if your script.