1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00

Add fix for similarly swapped portraits of Wights and Wraiths

This commit is contained in:
Ivan Savenko 2024-11-24 19:47:52 +00:00
parent 2b692c2606
commit 1b9c6b1763
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"images" :
[
// Fix for swapped in H3 icons of Wight and Wraith
{ "frame" : 62, "defFile" : "cprsmall.def", "defFrame" : 63},
{ "frame" : 63, "defFile" : "cprsmall.def", "defFrame" : 62}
]
}

View File

@ -1,6 +1,7 @@
{
"images" :
[
// Fix for swapped in H3 icons of View Earth and View Air
{ "frame" : 3, "defFile" : "spells.def", "defFrame" : 5},
{ "frame" : 5, "defFile" : "spells.def", "defFrame" : 3}
]