Asia, until there are enough units for a full Oceania setLove the updatejust out of curiosity since my current game doesn't have the civ.. Is Polynesia appointed a certain continent for ethnic units?

For some reason, the Russian Mi-8 isn't appearing in game for me, its just the default helicopter. I fully removed v.25 to install v.26, Ran 3 tests with no other mods running at all. Washington AH-64 worked fine, Babylon Mi-8 worked fine, but Russia's Mi-8 didn't? The mechanized infantry update worked fine for Russia though, so its just the helicopter. Any tips?
My bad, I've finally kept the Mi-24 for Russia, but forgot to edit the release note.
The model is still here and can be (relatively) easily added.
Open 4-Russia.sql in your "\Documents\My Games\Sid Meier's Civilization 5\MODS\R.E.D. Modpack (v 26)\SQL" folder. (notepad will do, I'd suggest Notepad++ if you are willing to do some mod editing...)
Find the line
Code:
--SELECT 'RUSSIA', 'RUSSIA', 'unit_model_name', 'ART_DEF_UNIT_HELICOPTER_GUNSHIP', 'ART_DEF_UNIT_MEMBER_HELICOPTERGUNSHIP', 0, NULL, 0 UNION ALL
and replace it with this line
Code:
SELECT 'RUSSIA', 'RUSSIA', 'Mi8Russia.fxsxml', 'ART_DEF_UNIT_HELICOPTER_GUNSHIP', 'ART_DEF_UNIT_MEMBER_HELICOPTERGUNSHIP', 0, NULL, 0 UNION ALL
Save the file, reload your current game, should be there.