def doResurrection_Civ(iCiv):

    lCityList = sta.getResurrectionCities(iCiv)
    if lCityList:
        sta.doResurrection(iCiv, lCityList)