mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fix the SpecificName for Athenian Hero Hippocrates
The SpecificName was a copy of GenericName.
This commit is contained in:
parent
70c15abadb
commit
fe9c0f6c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<Identity>
|
||||
<Civ>athen</Civ>
|
||||
<GenericName>Hippocrates</GenericName>
|
||||
<SpecificName>Hippocrates</SpecificName>
|
||||
<SpecificName>Hippokratēs</SpecificName>
|
||||
<Icon>units/athen/hero_hippocrates.png</Icon>
|
||||
<Requirements>
|
||||
<Techs datatype="tokens">-phase_city phase_town</Techs>
|
||||
|
|
|
|||
Loading…
Reference in a new issue