They just don't show up, period. The Mande-culture Ghana Band should NOT be defined as naval mercenary in the first place, as the Mande aren't anywhere near the sea.
I know for
certain that this is a bug and NOT WAD, as the Ghana Band's mercenary army is actually correctly defined as a land-based in
00_mercenaries.txt, but the Ghana Band mercenary's d_ghanan_band title incorrectly references it as a naval unit:
Code:
ghanan_band_composition = {
levy_size = 1.5
archers = 150
light_infantry = 450
heavy_infantry = 150
light_cavalry = 150
}
To fix this issue, change
mercenary_type = naval_merc_composition to
mercenary_type = ghanan_band_composition for d_ghanan_band in the
landed_titles.txt file located in the "\common\landed_titles\" directory.
The same bug applies to the Ghilman; they're supposed to be land units as well, but someone at PDS got way too trigger-happy with copy-pasting the naval_merc_composition for d_maghreb_corsairs (which is right above the d_ghilman and d_ghanan_band entries).
Code:
ghilman_composition = {
levy_size = 6
horse_archers = 225
light_cavalry = 350
archers = 150
heavy_infantry = 150
knights = 25
}
To fix this issue, change
mercenary_type = naval_merc_composition to
mercenary_type = ghilman_composition for d_ghilman in the
landed_titles.txt file located in the "\common\landed_titles\" directory.