Skip to content

Commit f1f7f91

Browse files
committed
Add Hammerfell
1 parent b2c6a87 commit f1f7f91

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "StandardsValidator"
3-
version = "2.26.2"
3+
version = "2.26.3"
44
edition = "2021"
55

66
[dependencies]

crates/codegen/data/projects.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[
22
{ "name": "Tamriel Data", "prefix": "T_" },
3+
{ "name": "Project Hammerfell", "prefix": "Ham_", "local": "Ham_Map" },
34
{ "name": "High Rock 427", "prefix": "HR_", "local": "HR_Map" },
4-
{ "name": "Province Cyrodiil", "prefix": "PC_", "local": "PC_Map" },
5+
{ "name": "Project Cyrodiil", "prefix": "PC_", "local": "PC_Map" },
56
{ "name": "Skyrim: Home of the Nords", "prefix": "Sky_", "local": "Sky_Hold" },
67
{ "name": "Tamriel Rebuilt", "prefix": "TR_", "local": "TR_Map" }
78
]

0 commit comments

Comments
 (0)