1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-10 22:31:40 +02:00

Fix Lord Haart vs Sir Munlich

In original game from GOG is available for random maps Lord Haart not Sir Munlich. Their swap is directly HotA purpose.
This commit is contained in:
George King
2025-04-14 10:13:21 +02:00
committed by GitHub
parent 975d9aedc9
commit 9d3e5e5e8d
2 changed files with 1 additions and 2 deletions

View File

@@ -78,7 +78,6 @@
"index": 4,
"class" : "knight",
"female": false,
"special" : true, // Lord Haart in his living form. Disabled in H3 expansions
"skills":
[
{ "skill" : "leadership", "level": "basic" },

View File

@@ -5,7 +5,7 @@
"index": 144,
"class" : "knight",
"female": false,
"special" : false, // available in single scenario, replacement for no longer available Lord Haart
"special" : true,
"skills":
[
{ "skill" : "leadership", "level": "advanced" }