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:
@@ -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" },
|
||||
|
@@ -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" }
|
||||
|
Reference in New Issue
Block a user