feat(maps): add Arkania DB update-plugin with spawn gate and /move warp

This commit is contained in:
Acentech Dev
2026-07-19 13:45:37 +03:00
parent 7e21fc1fb3
commit e3d37467d5
2 changed files with 87 additions and 0 deletions

View File

@@ -484,4 +484,9 @@ public enum UpdateVersion
/// The version of the <see cref="AddImperialWeapons050UpdateSeason6"/>.
/// </summary>
AddImperialWeapons050Season6 = 95,
/// <summary>
/// The version of the <see cref="AddArkaniaMapUpdateSeason6"/>.
/// </summary>
AddArkaniaMapSeason6 = 96,
}