mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-10 00:45:47 -07:00
[Alpha 26][Fix] Barracks should garrison infantry, while stables garrison cavalry. This bug is a holdover from the unified barracks days prior to the stable split.
As reported on the forum. This was SVN commit r26955.
This commit is contained in:
parent
729a35c472
commit
01fd2564e5
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
</Footprint>
|
||||
<GarrisonHolder>
|
||||
<Max>10</Max>
|
||||
<List datatype="tokens">Infantry Cavalry</List>
|
||||
<List datatype="tokens">Infantry</List>
|
||||
</GarrisonHolder>
|
||||
<Health>
|
||||
<Max>2000</Max>
|
||||
|
|
|
|||
Loading…
Reference in a new issue