mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Merge pull request #5629 from GeorgeK1ng/haart_munlich
Fix Lord Haart vs Sir Mullich
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