Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 12, 2024
2 parents 7cec3fb + df96697 commit d0fd869
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [2023.12.p5](https://github.com/lord-server/lord/releases/tag/2023.12.p5)
- Fix typo in clan name. Fixes #1249

## [2023.12.p4](https://github.com/lord-server/lord/releases/tag/2023.12.p4)
- Death Hall: add orc spawn & hall positions config.
- add clan "Hansa"
Expand Down
4 changes: 2 additions & 2 deletions mods/lord/Player/clans/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ local clans_storage = {
title = "Vassals",
players = { "Pilsner_vassal", "PePe_vassal", "JVD_vassal", "Semi_vassal" },
},
ganza = {
name = "hanza",
hansa = {
name = "hansa",
title = "Hansa",
players = { "Qundark", "Kema" },
},
Expand Down

0 comments on commit d0fd869

Please sign in to comment.