Skip to content

Commit

Permalink
fix clan name "Ganza" -> "Hansa"
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Mar 12, 2024
1 parent 8f4b63b commit eb101da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/lord/Player/clans/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ local clans_storage = {
players = { "Pilsner_vassal", "PePe_vassal", "JVD_vassal", "Semi_vassal" },
},
ganza = {
name = "ganza",
title = "Ganza",
name = "Hansa",
title = "Hansa",
players = { "Qundark", "Kema" },
},
}
Expand Down

0 comments on commit eb101da

Please sign in to comment.