Added an optional preview url to the xp shop items

This commit is contained in:
Kwoth
2022-08-01 10:53:59 +02:00
parent 4b3fc53cb6
commit cf3788c6ea
4 changed files with 14 additions and 5 deletions

View File

@@ -52,11 +52,11 @@ public sealed class XpConfigService : ConfigServiceBase<XpConfig>
});
}
if (data.Version < 3)
if (data.Version < 4)
{
ModifyConfig(c =>
{
c.Version = 3;
c.Version = 4;
});
}
}